Skip to content

Commit

Permalink
Merge branch 'users/alexpeck/avx2' of https://github.com/bitfaster/Bi…
Browse files Browse the repository at this point in the history
…tFaster.Caching into users/alexpeck/avx2
  • Loading branch information
bitfaster committed Nov 26, 2024
2 parents ae1d567 + 2c587a4 commit 5b73569
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ServerGarbageCollection>true</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<RetainVMGarbageCollection>true</RetainVMGarbageCollection>
<ServerGarbageCollection>true</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<RetainVMGarbageCollection>true</RetainVMGarbageCollection>
</PropertyGroup>

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

0 comments on commit 5b73569

Please sign in to comment.