Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit 4ddf96f

Browse files
authored
Add sdk rollforward policy in global.json (#39428)
1 parent 70b45ba commit 4ddf96f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

global.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3-
"version": "3.0.100-preview7-012630"
3+
"version": "3.0.100-preview7-012630",
4+
"rollforward": "major"
45
},
56
"tools": {
67
"dotnet": "3.0.100-preview7-012630"

0 commit comments

Comments
 (0)