Skip to content

Commit 3ee6502

Browse files
committed
Add global.json configuration file for SDK versioning and settings
1 parent 85f6f6b commit 3ee6502

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": "10.0.103",
4+
"rollForward": "latestPatch",
5+
"allowPrerelease": false
6+
}
7+
}

0 commit comments

Comments
 (0)