Edit the global.json to allow use of dotnet sdk 5.0.XXX (#2008)

This commit is contained in:
Xpl0itR 2021-02-10 08:37:19 +00:00 committed by GitHub
parent 94f93727cf
commit e28a924501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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