Skip to content

Commit 5843075

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync global.json
1 parent 165be19 commit 5843075

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

global.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"sdk": {
3-
"version": "9.0.301",
3+
"version": "10.0.100",
44
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks": {
7-
"MSTest.Sdk": "3.10.2",
8-
"ktsu.Sdk": "1.75.0",
9-
"ktsu.Sdk.ConsoleApp": "1.75.0",
10-
"ktsu.Sdk.App": "1.75.0"
7+
"MSTest.Sdk": "4.0.2",
8+
"ktsu.Sdk": "2.2.1",
9+
"ktsu.Sdk.ConsoleApp": "2.2.1",
10+
"ktsu.Sdk.App": "2.2.1"
11+
},
12+
"test": {
13+
"runner": "Microsoft.Testing.Platform"
1114
}
1215
}

0 commit comments

Comments
 (0)