From 8ae441930677e1034799e0f54db61fae22639c0b Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Mon, 8 Sep 2025 17:01:57 +0200 Subject: [PATCH 1/2] Switch test runner to global.json --- dotnet.config | 2 -- global.json | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 dotnet.config diff --git a/dotnet.config b/dotnet.config deleted file mode 100644 index da0410e32d5..00000000000 --- a/dotnet.config +++ /dev/null @@ -1,2 +0,0 @@ -[dotnet.test.runner] -name = "Microsoft.Testing.Platform" diff --git a/global.json b/global.json index c1606b0f252..1b5f0c21047 100644 --- a/global.json +++ b/global.json @@ -23,6 +23,9 @@ "version": "17.2" } }, + "test": { + "runner": "Microsoft.Testing.Platform" + }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25457.103", "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25457.103", From 470158f1504ba70f7a67ac140576dd28ded41113 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 14 Oct 2025 22:51:31 +0200 Subject: [PATCH 2/2] Update global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 1b5f0c21047..e7906125a0e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rc.1.25420.111", + "version": "10.0.100-rc.2.25502.107", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,7 +10,7 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.100-rc.1.25420.111", + "dotnet": "10.0.100-rc.2.25502.107", "runtimes": { "dotnet/x64": [ "$(MicrosoftNETCorePlatformsVersion)"