|
|
|
@ -7,9 +7,19 @@
@@ -7,9 +7,19 @@
|
|
|
|
|
<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> |
|
|
|
|