diff --git a/dotnet.config b/dotnet.config deleted file mode 100644 index da0410e32..000000000 --- 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 a6c3001cf..c3a8bbb6f 100644 --- a/global.json +++ b/global.json @@ -15,6 +15,9 @@ ] } }, + "test": { + "runner": "Microsoft.Testing.Platform" + }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25430.1", "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25430.1"