From 8ae441930677e1034799e0f54db61fae22639c0b Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Mon, 8 Sep 2025 17:01:57 +0200 Subject: [PATCH] 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",