Add linux-x64 to RID property to make tests works on linux (#205)

This commit is contained in:
Thomas Guillemard 2018-06-30 17:43:04 +02:00 committed by gdkchan
parent ff34ceaa3e
commit c225a6a075
8 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RuntimeIdentifiers>win10-x64;osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTK.NetStandard" Version="1.0.4" />