Skip to content

Commit

Permalink
Using workstation garbage collection with concurrent garbage collecti…
Browse files Browse the repository at this point in the history
…on disabled
  • Loading branch information
capdiem authored May 14, 2024
1 parent 337e0bd commit c4f8987
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<ConcurrentGarbageCollection>false</ConcurrentGarbageCollection>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c4f8987

Please sign in to comment.