Skip to content

Commit 4472da1

Browse files
committed
Update global.json to allow prerelease and rollforward
1 parent f45f4e3 commit 4472da1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"sdk": {
3-
"version": "5.0.100-preview.2.20120.3"
3+
"version": "5.0.100-preview.2.20120.3",
4+
"allowPrerelease": true,
5+
"rollForward": "major"
46
},
57
"tools": {
68
"dotnet": "5.0.100-preview.2.20163.4",

0 commit comments

Comments
 (0)