mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 09:59:38 -06:00
Edit the global.json to allow use of dotnet sdk 5.0.XXX (#2008)
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "5.0.100"
|
"version": "5.0.100",
|
||||||
|
"rollForward": "latestFeature"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user