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.
1 parent 5ef26a3 commit 1c2f221Copy full SHA for 1c2f221
BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj
@@ -2,7 +2,10 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
+ <ServerGarbageCollection>true</ServerGarbageCollection>
7
+ <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
8
+ <RetainVMGarbageCollection>true</RetainVMGarbageCollection>
9
</PropertyGroup>
10
11
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
0 commit comments