Skip to content

Commit

Permalink
Merge pull request #258 from MarkCiliaVincenti/AsyncLock
Browse files Browse the repository at this point in the history
Bump AsyncKeyedLock to 7.1.3
  • Loading branch information
VahidN authored Nov 10, 2024
2 parents 03198ef + bbe2e10 commit 20d27bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Entity Framework Core Second Level Caching Library.</Description>
<VersionPrefix>4.8.5</VersionPrefix>
Expand Down Expand Up @@ -71,7 +71,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="AsyncKeyedLock" Version="7.0.2"/>
<PackageReference Include="AsyncKeyedLock" Version="7.1.3"/>
<None Include="../../README.md" Link="README.md" Pack="true" PackagePath="/" Visible="false"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
Expand Down

0 comments on commit 20d27bd

Please sign in to comment.