Skip to content

Commit 1c2f221

Browse files
authored
optimize hit rate analysis (#646)
1 parent 5ef26a3 commit 1c2f221

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<ServerGarbageCollection>true</ServerGarbageCollection>
7+
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
8+
<RetainVMGarbageCollection>true</RetainVMGarbageCollection>
69
</PropertyGroup>
710

811
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)