From 09c35633104e38d2b9efcc50894742f05897af59 Mon Sep 17 00:00:00 2001 From: Eddy Nakamura Date: Thu, 22 Oct 2020 19:03:58 -0300 Subject: [PATCH] Updating badge and pre-requisites to build sarif-sdk --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c516ffdd8..6439b18f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sarif-sdk - +[![Build Status](https://dev.azure.com/mseng/1ES/_apis/build/status/microsoft.sarif-sdk?branchName=master)](https://dev.azure.com/mseng/1ES/_build/latest?definitionId=9978&branchName=master) The SARIF SDK contains .NET code and supporting files for working with the Static Analysis Results Interchange Format (SARIF). For more information about SARIF, see the [SARIF Home Page](http://sarifweb.azurewebsites.net). You can read the [SARIF specification](https://rawgit.com/sarif-standard/sarif-spec/master/Static%20Analysis%20Results%20Interchange%20Format%20(SARIF).html), or file [issues](https://github.com/sarif-standard/sarif-spec/issues) in the [SARIF GitHub repo](https://github.com/sarif-standard/sarif-spec). @@ -20,7 +20,7 @@ In addition to the object model, the SARIF SDK provides a set of helper classes If you want to build the SDK from source, rather than consuming the NuGet package, proceed as follows: -1. Install .NET Core SDK 2.1 from https://www.microsoft.com/net/download/core +1. Install .NET Core SDK 2.1 and 3.1 from https://dotnet.microsoft.com/download 2. Ensure that Visual Studio 2019 is installed on your machine.