Skip to content

Commit e1803cc

Browse files
committed
added global.json with .NET 7 SDK
1 parent 17e06dc commit e1803cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

global.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "7.0.0",
4+
"rollForward": "latestMajor",
5+
"allowPrerelease": false
6+
}
7+
}

0 commit comments

Comments
 (0)