From 545531c33bb6017733036353e158b2925d3a3765 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:18:42 -0700 Subject: [PATCH 1/2] [release/6.0] Move to latest SDK --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c6751f6d259..51099a717bd 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.106" + "dotnet": "6.0.107" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21620.3", From d1de2fb13eea49f1e1b478c7436e16e9cc17e6f8 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:44:05 -0700 Subject: [PATCH 2/2] Use upcoming SDK --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 51099a717bd..4a1cd66af57 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.107" + "dotnet": "6.0.108" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21620.3",