Skip to content

Commit 94c5317

Browse files
committed
trying to set .net version to see if tests pass
1 parent 6344ae3 commit 94c5317

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

global.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.106",
4+
"allowPrerelease": true,
5+
"rollForward": "latestFeature"
6+
},
7+
"msbuild-sdks": {
8+
"Microsoft.Build.NoTargets": "3.7.56",
9+
"Microsoft.Build.Traversal": "4.1.0"
10+
}
11+
}

0 commit comments

Comments
 (0)