Skip to content

Commit 2a554cd

Browse files
authored
Switch test runner to global.json (#11096)
* Switch test runner to global.json * Update global.json
1 parent 6de80cf commit 2a554cd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dotnet.config

Lines changed: 0 additions & 2 deletions
This file was deleted.

global.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.1.25420.111",
3+
"version": "10.0.100-rc.2.25502.107",
44
"allowPrerelease": true,
55
"rollForward": "latestFeature",
66
"paths": [
@@ -10,7 +10,7 @@
1010
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
1111
},
1212
"tools": {
13-
"dotnet": "10.0.100-rc.1.25420.111",
13+
"dotnet": "10.0.100-rc.2.25502.107",
1414
"runtimes": {
1515
"dotnet/x64": [
1616
"$(MicrosoftNETCorePlatformsVersion)"
@@ -23,6 +23,9 @@
2323
"version": "17.2"
2424
}
2525
},
26+
"test": {
27+
"runner": "Microsoft.Testing.Platform"
28+
},
2629
"msbuild-sdks": {
2730
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25522.101",
2831
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25522.101",

0 commit comments

Comments
 (0)