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.ShaderTools | |
| parent | 53934e88727b3d86ccb5ac08a489b28c8f7fc991 (diff) | |
Add linux-x64 to RID property to make tests works on linux (#205)
Diffstat (limited to 'Ryujinx.ShaderTools')
| -rw-r--r-- | Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj index 9eeee2ba..24f31efe 100644 --- a/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj +++ b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj @@ -7,6 +7,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.1</TargetFramework> + <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> </PropertyGroup> </Project> |
