Skip to content

Commit 2e26f1c

Browse files
author
Alex Peck
committed
opt
1 parent 5ef26a3 commit 2e26f1c

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)