Skip to content

Commit 5edbc7b

Browse files
authored
Update to .NET 10 SDK
1 parent 65b1a32 commit 5edbc7b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

global.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "10.0.100",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
6+
},
7+
"test": {
8+
"runner": "Microsoft.Testing.Platform"
69
}
7-
}
10+
}

0 commit comments

Comments
 (0)