Browse Source

Update global.json to allow using newer and pre-release SDKs

pull/1744/head
Kévin Chalet 3 years ago
parent
commit
ee5ddc3f05
  1. 4
      global.json

4
global.json

@ -1,6 +1,8 @@
{
"sdk": {
"version": "7.0.101"
"version": "7.0.101",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {

Loading…
Cancel
Save