Skip to content

Commit f79567d

Browse files
authored
global.json: support indicated version or newer (#31)
1 parent 691b671 commit f79567d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Content/global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.301"
3+
"version": "3.1.301",
4+
"rollForward": "latestMajor"
45
}
56
}

0 commit comments

Comments
 (0)