mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 02:41:43 +00:00
Edit the global.json to allow use of dotnet sdk 5.0.XXX (#2008)
This commit is contained in:
parent
94f93727cf
commit
e28a924501
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "5.0.100"
|
"version": "5.0.100",
|
||||||
|
"rollForward": "latestFeature"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue