0
0
mirror of https://git.ryujinx.app/ryubing/ryujinx.git synced 2025-04-24 09:25:12 +00:00

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"
}
}