From 74c22b30d8cd52079d5513f69767cb9807029e63 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 8 Sep 2025 17:31:38 +0200 Subject: [PATCH 1/2] Delete dotnet.config --- dotnet.config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 dotnet.config diff --git a/dotnet.config b/dotnet.config deleted file mode 100644 index b87edde3a9..0000000000 --- a/dotnet.config +++ /dev/null @@ -1,2 +0,0 @@ -[dotnet.test.runner] -name = "Microsoft.Testing.Platform" \ No newline at end of file From c027c910c79a2d5c5557d9d99c09428e3c88ffa4 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 8 Sep 2025 17:32:54 +0200 Subject: [PATCH 2/2] Update global.json --- global.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/global.json b/global.json index 42b44a1eda..91af2aeacf 100644 --- a/global.json +++ b/global.json @@ -3,5 +3,8 @@ "version": "10.0.0", "rollForward": "major", "allowPrerelease": true + }, + "test": { + "runner": "Microsoft.Testing.Platform" } -} \ No newline at end of file +}