Skip to content

Commit 50f711a

Browse files
feat: this commit introduces global.json for SDK version and rollForward configuration
1 parent 1b8bf41 commit 50f711a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

global.json

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

0 commit comments

Comments
 (0)