mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-26 07:17:13 +01:00
added runtime identifiers
i doubt this will fix it
This commit is contained in:
parent
4d577b08da
commit
b626378695
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<RuntimeIdentifiers>win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue