diff --git a/dotnet.config b/dotnet.config deleted file mode 100644 index b87edde3a..000000000 --- a/dotnet.config +++ /dev/null @@ -1,2 +0,0 @@ -[dotnet.test.runner] -name = "Microsoft.Testing.Platform" \ No newline at end of file diff --git a/global.json b/global.json index 42b44a1ed..91af2aeac 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 +}