We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae1d567 + 2c587a4 commit 5b73569Copy full SHA for 5b73569
BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj
@@ -3,9 +3,9 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net8.0</TargetFramework>
6
- <ServerGarbageCollection>true</ServerGarbageCollection>
7
- <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
8
- <RetainVMGarbageCollection>true</RetainVMGarbageCollection>
+ <ServerGarbageCollection>true</ServerGarbageCollection>
+ <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
+ <RetainVMGarbageCollection>true</RetainVMGarbageCollection>
9
</PropertyGroup>
10
11
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
0 commit comments