From 19a8482cd02aea7620317181342ac945d7bb9a22 Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Tue, 21 Feb 2023 15:27:57 -0800 Subject: [PATCH 1/3] Update sdk to 7.0.200 --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index a0daa280301..8be19829dc9 100644 --- a/global.json +++ b/global.json @@ -1,18 +1,18 @@ { "sdk": { - "version": "7.0.102", + "version": "7.0.200", "allowPrerelease": true, "rollForward": "latestPatch" }, "tools": { - "dotnet": "7.0.102", + "dotnet": "7.0.200", "vs": { - "version": "17.4", + "version": "17.5", "components": [ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.4.1" + "xcopy-msbuild": "17.5.0" }, "native-tools": { "perl": "5.32.1.1" From 177e015d8bbf63032e07dbd576114bc730f86307 Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Tue, 21 Feb 2023 16:06:52 -0800 Subject: [PATCH 2/3] Roslyn tools update not propped yet stay with 17.4.1 for a while --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 8be19829dc9..25a1845ba1e 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.5.0" + "xcopy-msbuild": "17.4.1" }, "native-tools": { "perl": "5.32.1.1" From b25d4774199d0b27a60d2c52e210b9079cd0d33b Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Tue, 21 Feb 2023 16:23:44 -0800 Subject: [PATCH 3/3] Back to vs 17.4 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 25a1845ba1e..7483585fed8 100644 --- a/global.json +++ b/global.json @@ -7,7 +7,7 @@ "tools": { "dotnet": "7.0.200", "vs": { - "version": "17.5", + "version": "17.4", "components": [ "Microsoft.VisualStudio.Component.FSharp" ]