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 /ChocolArm64 | |
| parent | 53934e88727b3d86ccb5ac08a489b28c8f7fc991 (diff) | |
Add linux-x64 to RID property to make tests works on linux (#205)
Diffstat (limited to 'ChocolArm64')
| -rw-r--r-- | ChocolArm64/ChocolArm64.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChocolArm64/ChocolArm64.csproj b/ChocolArm64/ChocolArm64.csproj index c878bdac..1156e361 100644 --- a/ChocolArm64/ChocolArm64.csproj +++ b/ChocolArm64/ChocolArm64.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'"> |
