From 3859767ea6a55cb2c9e29707f5cae22baf2ff55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 9 Jul 2025 15:57:10 +0200 Subject: [PATCH 1/2] Update global.json --- global.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/global.json b/global.json index 8f2dfa2de5..c5bca12b56 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,14 @@ { - "sdk": { - "version": "10.0.100-preview.5.25269.23", - "rollForward": "minor", - "allowPrerelease": false, - "architecture": "x64" +"sdk": { + "version": "10.0.100-preview.6.25315.102", + "paths": [ + ".dotnet", + "$host$" + ], + "errorMessage": "The .NET SDK could not be found, please run ./build.cmd on Windows or ./build.sh on Linux and macOS.", + "allowPrerelease": true, + "rollForward": "latestFeature", + "architecture": x64 }, "tools": { "runtimes": { @@ -30,7 +35,7 @@ "version": "17.8.0" }, "vswhere": "2.2.7", - "dotnet": "10.0.100-preview.5.25269.23" + "dotnet": "10.0.100-preview.6.25315.102" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25325.4" From 5a0a0bf20539da49c06ccbc5a7ac5390923c3120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 9 Jul 2025 16:07:26 +0200 Subject: [PATCH 2/2] fix x64 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c5bca12b56..c3179f1fde 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run ./build.cmd on Windows or ./build.sh on Linux and macOS.", "allowPrerelease": true, "rollForward": "latestFeature", - "architecture": x64 + "architecture": "x64" }, "tools": { "runtimes": {