Skip to content

Commit eef629a

Browse files
authored
Use System.Threading.Lock in ConcurrentLfu (#697)
1 parent fa14abd commit eef629a

File tree

3 files changed

+956
-944
lines changed

3 files changed

+956
-944
lines changed

BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<LangVersion>latest</LangVersion>
6-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
6+
<TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks>
77
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
88
<!-- https://stackoverflow.com/a/59916801/131345 -->
99
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>

BitFaster.Caching/BitFaster.Caching.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net6.0;net9.0</TargetFrameworks>
5-
<LangVersion>11.0</LangVersion>
5+
<LangVersion>13.0</LangVersion>
66
<Authors>Alex Peck</Authors>
77
<Company />
88
<Product>BitFaster.Caching</Product>
@@ -30,7 +30,7 @@
3030
<Nullable>enable</Nullable>
3131
<!--Package Validation-->
3232
<EnablePackageValidation>true</EnablePackageValidation>
33-
<PackageValidationBaselineVersion>2.5.3</PackageValidationBaselineVersion>
33+
<PackageValidationBaselineVersion>2.5.4</PackageValidationBaselineVersion>
3434
</PropertyGroup>
3535

3636
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)