Add linux-x64 to RID property to make tests works on linux (#205)
This commit is contained in:
parent
53934e8872
commit
2f25b34941
8 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue