From beaf8aa54a614b4378c63189eae98d2b8276173b Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Thu, 16 Sep 2021 13:31:04 -0500 Subject: [PATCH 1/3] Update to SDK 5.0.401 Avoids NuGet signing issues and is generally newer and better. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index cfdb1d7f469..a08f6eb6729 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.102", + "dotnet": "5.0.401", "runtimes": { "dotnet/x64": [ "2.1.7" From 0b36182905d7b7aeeba6f75a2289b7bca3f758ac Mon Sep 17 00:00:00 2001 From: Ladi Prosek Date: Thu, 16 Sep 2021 22:26:54 +0200 Subject: [PATCH 2/3] Update eng\Versions.props --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index c46fb09fd9a..dc0c87f6e08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 5.0.102 + 5.0.401 3.9.0-2.20574.26 5.9.1-rc.8 From 4fba75501d0fb4952b4d3c8d38821ab5c27414ab Mon Sep 17 00:00:00 2001 From: Ladi Prosek Date: Thu, 16 Sep 2021 23:11:33 +0200 Subject: [PATCH 3/3] Update NuGetBuildTasksVersion in eng\Versions.props --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index dc0c87f6e08..bfcfed31645 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ Otherwise, this version of dotnet will not be installed and the build will error out. --> 5.0.401 3.9.0-2.20574.26 - 5.9.1-rc.8 + 5.11.0-rc.10