From d3c3625743c67fda729f6f547b51436c874fa74e Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Wed, 11 Oct 2023 12:08:11 +0200 Subject: [PATCH 1/2] .NET 8rc2 --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 1ffce949700..e7b84965c10 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.100-rc.1.23455.8", + "version": "8.0.100-rc.2.23502.2", "allowPrerelease": true }, "tools": { - "dotnet": "8.0.100-rc.1.23455.8", + "dotnet": "8.0.100-rc.2.23502.2", "vs": { - "version": "17.6", + "version": "17.7.2", "components": [ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.7.2" + "xcopy-msbuild": "17.7.2-1" }, "native-tools": { "perl": "5.38.0.1" From e2c52c6f2153b3784a3302c2b866c76cb5b78286 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Wed, 11 Oct 2023 12:38:23 +0200 Subject: [PATCH 2/2] Update global.json --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index e7b84965c10..365652e8f7e 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.100-rc.2.23502.2", + "version": "8.0.100-rc.1.23463.5", "allowPrerelease": true }, "tools": { - "dotnet": "8.0.100-rc.2.23502.2", + "dotnet": "8.0.100-rc.1.23463.5", "vs": { - "version": "17.7.2", + "version": "17.6", "components": [ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.7.2-1" + "xcopy-msbuild": "17.7.2" }, "native-tools": { "perl": "5.38.0.1"