Files
templates-dotnet/global.json

8 lines
106 B
JSON

{
"sdk": {
"allowPrerelease": true
},
"test": {
"runner": "Microsoft.Testing.Platform"
}
}