mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 23:47:09 +02:00
Add linux-x64 to RID property to make tests works on linux (#205)
This commit is contained in:
parent
ff34ceaa3e
commit
c225a6a075
8 changed files with 8 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue