From 58ec712f7c6e86ea74651624212ee3b9176fb95e Mon Sep 17 00:00:00 2001 From: Alexandre Zollinger Chohfi Date: Fri, 13 Mar 2020 13:15:40 -0700 Subject: [PATCH] Removed .net core version pinning, and updated the build pipeline to a .Net Core 3.1. --- azure-pipelines.yml | 2 +- global.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2ea88f5c6d8..0c8e1ef2d5e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' - version: '3.0.100' + version: '3.1.101' displayName: Use .NET Core sdk - task: DotNetCoreCLI@2 diff --git a/global.json b/global.json index b63fd5c3b3f..80d84a257c6 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,4 @@ { - "sdk": { - "version": "3.0.100" - }, "msbuild-sdks": { "MSBuild.Sdk.Extras": "2.0.54" }