Skip to content

Commit eebc8ea

Browse files
authored
Move from dotnet.config to global.json (#3553)
* Delete dotnet.config * Update global.json
1 parent df49abd commit eebc8ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dotnet.config

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

global.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"version": "10.0.0",
44
"rollForward": "major",
55
"allowPrerelease": true
6+
},
7+
"test": {
8+
"runner": "Microsoft.Testing.Platform"
69
}
7-
}
10+
}

0 commit comments

Comments
 (0)