Browse Source

Enable serverGc in ilspycmd, see #2286

pull/2308/head
Christoph Wille 5 years ago
parent
commit
2364aeb28f
  1. 1
      ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

1
ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>

Loading…
Cancel
Save