Browse Source

ilspycmd will only target net60 going forward (it might start depending on ILSpyX too)

pull/2642/head
Christoph Wille 3 years ago
parent
commit
9a5bcf21af
  1. 8
      ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

8
ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>true</IsPackable>
@ -10,9 +10,9 @@ @@ -10,9 +10,9 @@
<InvariantGlobalization>true</InvariantGlobalization>
<AssemblyName>ilspycmd</AssemblyName>
<ToolCommandName>ilspycmd</ToolCommandName>
<Version>7.2.0.6791-preview3</Version>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
<FileVersion>7.2.0.0</FileVersion>
<Version>8.0.0.0-alpha1</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<Description>Command-line decompiler using the ILSpy decompilation engine</Description>
<Copyright>Copyright 2011-2022 AlphaSierraPapa</Copyright>
<PackageProjectUrl>https://github.com/icsharpcode/ILSpy/</PackageProjectUrl>

Loading…
Cancel
Save