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. 5
      global.json

2
dotnet.config

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

5
global.json

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

Loading…
Cancel
Save