From f86a01b780147179e8fec4d5ecc835dc55e2be4e Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Mon, 8 Sep 2025 16:59:38 +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 4d587fed308..ffe2a09f52d 100644 --- a/global.json +++ b/global.json @@ -20,6 +20,9 @@ ] } }, + "test": { + "runner": "Microsoft.Testing.Platform" + }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25457.103", "Microsoft.DotNet.CMake.Sdk": "11.0.0-beta.25457.103", From ae19f7b93b1fde766fe72a0f04aec0992f9edba2 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 14 Oct 2025 22:50:22 +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 ffe2a09f52d..475353e1331 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": [ "$(MicrosoftNETCorePlatformsPackageVersion)"