Skip to content

Commit 467df0f

Browse files
authored
Merge pull request #558 from TheJoeFin/global-json
Add a global.json file to keep the build script from using net10
2 parents 06c9c63 + b0cb7fd commit 467df0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.100",
4+
"allowPrerelease": false,
5+
"rollForward": "latestFeature"
6+
}
7+
}

0 commit comments

Comments
 (0)