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 (#473)
  • Loading branch information
capdiem authored May 14, 2024
1 parent 91bc596 commit 4ee3e18
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 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>f6cdf028-3564-47a5-a4fb-662685680853</UserSecretsId>
<ServerGarbageCollection>false</ServerGarbageCollection>
<ConcurrentGarbageCollection>false</ConcurrentGarbageCollection>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityModel" Version="6.1.0-preview.1" />
Expand Down

0 comments on commit 4ee3e18

Please sign in to comment.