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 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>win10-x64;osx-x64</RuntimeIdentifiers> <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<AssemblyName>ilspycmd</AssemblyName> <AssemblyName>ilspycmd</AssemblyName>
</PropertyGroup> </PropertyGroup>

Loading…
Cancel
Save