Skip to content

Commit 4fbcc2c

Browse files
committed
Add global.json to force use of .NET 8 SDK
1 parent 548c9f8 commit 4fbcc2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

global.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.404",
4+
"rollForward": "latestFeature"
5+
}
6+
}

0 commit comments

Comments
 (0)