Browse Source

Test on Ubuntu 16.04 with RID linux-x64

pull/863/head
Christoph Wille 8 years ago
parent
commit
d91d17698b
  1. 2
      ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

2
ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>win10-x64;osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<AssemblyName>ilspycmd</AssemblyName>
</PropertyGroup>

Loading…
Cancel
Save