Skip to content

Commit 641f2b5

Browse files
committed
Add global.json configuration for SDK version and settings
1 parent 8ae1c39 commit 641f2b5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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.300",
4+
"allowPrerelease": true,
5+
"rollForward": "latestMajor"
6+
}
7+
}

0 commit comments

Comments
 (0)