Restore SDK 5.0 in global.json and have AppVeyor overwrite the file

This commit is contained in:
YoshiRulz 2020-12-04 18:45:46 +10:00
parent 05bf3480c4
commit d0ca41ecc1
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 4 additions and 2 deletions

View File

@ -34,3 +34,5 @@ build_script:
rem appveyor UpdateBuild -Version %BUILDFILE%
install:
- ps: Set-Content -Path global.json -Value '{"sdk":{"version":"3.1.100","rollForward":"latestFeature"}}'

View File

@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.1.100",
"rollForward": "latestMajor"
"version": "5.0.100",
"rollForward": "latestFeature"
}
}