From 21fc8620f204233268d6066bfb4714332ea4f6fd Mon Sep 17 00:00:00 2001 From: artyom Date: Tue, 1 Sep 2020 21:36:41 +0300 Subject: [PATCH] Try using 3.1.401 --- azure-pipelines.yml | 8 ++++---- global.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6652d1712a..89504a498e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,9 +35,9 @@ jobs: vmImage: 'macOS-10.14' steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 3.1.302' + displayName: 'Use .NET Core SDK 3.1.401' inputs: - version: 3.1.302 + version: 3.1.401 - task: CmdLine@2 displayName: 'Install Mono 5.18' @@ -106,9 +106,9 @@ jobs: vmImage: 'windows-2019' steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 3.1.302' + displayName: 'Use .NET Core SDK 3.1.401' inputs: - version: 3.1.302 + version: 3.1.401 - task: CmdLine@2 displayName: 'Install Nuke' diff --git a/global.json b/global.json index 3371f05a4d..b2b2da7c4f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "3.1.302" + "version": "3.1.401" }, "msbuild-sdks": { "Microsoft.Build.Traversal": "1.0.43",