Skip to content

Commit 83da0a9

Browse files
Fix global.json for proper roll-forward
1 parent 664b6f5 commit 83da0a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

global.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1"
3+
"version": "3.1.100",
4+
"rollForward": "latestFeature"
45
}
5-
}
6+
}

0 commit comments

Comments
 (0)