diff options
| author | Thomas Guillemard <thog@protonmail.com> | 2018-06-30 17:43:04 +0200 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-06-30 12:43:04 -0300 |
| commit | 2f25b34941335bc4ba58812045783afaf7865812 (patch) | |
| tree | 2ecc245b4f6bb7e1727d07716e58bfd716a55d7d /Ryujinx.Graphics | |
| parent | 53934e88727b3d86ccb5ac08a489b28c8f7fc991 (diff) | |
Add linux-x64 to RID property to make tests works on linux (#205)
Diffstat (limited to 'Ryujinx.Graphics')
| -rw-r--r-- | Ryujinx.Graphics/Ryujinx.Graphics.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/Ryujinx.Graphics.csproj b/Ryujinx.Graphics/Ryujinx.Graphics.csproj index 55cb3911..d0fad107 100644 --- a/Ryujinx.Graphics/Ryujinx.Graphics.csproj +++ b/Ryujinx.Graphics/Ryujinx.Graphics.csproj @@ -2,6 +2,7 @@ <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> + <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
