From ff94902d7b1b89936c5dc03e9886ba8547cc04ef Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 27 Apr 2020 20:58:26 +0200 Subject: [PATCH 1/4] Upgrade Arcade to a 5.0 SDK To support the net5.0 TFM change we need to update SDK for a newer NuGet. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 0f1736d0a07..5b4efd00b80 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.101" + "dotnet": "5.0.100-preview.5.20227.9" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20221.14", From 9c9f2fa82d561e8d1a53325fbe4ba9d13d8ef44b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 29 Apr 2020 09:49:49 +0200 Subject: [PATCH 2/4] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 5b4efd00b80..eaa7887b58e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-preview.5.20227.9" + "dotnet": "5.0.100-preview.5.20228.8" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20221.14", From 6998b42921446fcf9587b22d33b63fc119396340 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 1 May 2020 10:44:10 +0200 Subject: [PATCH 3/4] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index eaa7887b58e..7f024ae9c6c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-preview.5.20228.8" + "dotnet": "5.0.100-preview.5.20230.2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20221.14", From b1a0cc98772d6c08da704a6b47c03ef2999b3fe6 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 1 May 2020 17:02:00 +0200 Subject: [PATCH 4/4] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 7f024ae9c6c..8bd8743f167 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-preview.5.20230.2" + "dotnet": "5.0.100-preview.5.20251.2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20221.14",