Skip to content

Commit

Permalink
Enable serverGc in ilspycmd, see #2286
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Feb 14, 2021
1 parent 2e1fdab commit 2364aeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2364aeb

Please sign in to comment.