Skip to content

Commit a37d53f

Browse files
greuelpiratKeboo
andauthored
SDK setting rollForward "latestFeature" (#1747)
* sdk setting rollForward "latestFeature" * Update global.json Updating to latest major to always allow rolling forward. Co-authored-by: Kevin B <[email protected]>
1 parent fae2af5 commit a37d53f

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",
4+
"rollForward": "latestMajor"
45
}
5-
}
6+
}

0 commit comments

Comments
 (0)