Browse Source

Move from dotnet.config to global.json (#3553)

* Delete dotnet.config
* Update global.json
pull/3599/head
Youssef Victor 3 months ago committed by GitHub
parent
commit
eebc8ea222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      dotnet.config
  2. 3
      global.json

2
dotnet.config

@ -1,2 +0,0 @@
[dotnet.test.runner]
name = "Microsoft.Testing.Platform"

3
global.json

@ -3,5 +3,8 @@
"version": "10.0.0", "version": "10.0.0",
"rollForward": "major", "rollForward": "major",
"allowPrerelease": true "allowPrerelease": true
},
"test": {
"runner": "Microsoft.Testing.Platform"
} }
} }
Loading…
Cancel
Save