Skip to content

Commit 5b73569

Browse files
committed
Merge branch 'users/alexpeck/avx2' of https://github.com/bitfaster/BitFaster.Caching into users/alexpeck/avx2
2 parents ae1d567 + 2c587a4 commit 5b73569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<ServerGarbageCollection>true</ServerGarbageCollection>
7-
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
8-
<RetainVMGarbageCollection>true</RetainVMGarbageCollection>
6+
<ServerGarbageCollection>true</ServerGarbageCollection>
7+
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
8+
<RetainVMGarbageCollection>true</RetainVMGarbageCollection>
99
</PropertyGroup>
1010

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

0 commit comments

Comments
 (0)