|
|
|
@ -3,13 +3,23 @@
@@ -3,13 +3,23 @@
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework> |
|
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> |
|
|
|
|
<AssemblyName>ilspycmd</AssemblyName> |
|
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> |
|
|
|
|
<AssemblyName>ilspycmd</AssemblyName> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<WarningsAsErrors>NU1605</WarningsAsErrors> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.0.1" /> |
|
|
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0.3362-beta3" /> |
|
|
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0.3367-beta3" /> |
|
|
|
|
|
|
|
|
|
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> |
|
|
|
|
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" /> |
|
|
|
|
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" /> |
|
|
|
|
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
|