We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03198ef + bbe2e10 commit 20d27bdCopy full SHA for 20d27bd
src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheInterceptor.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<Description>Entity Framework Core Second Level Caching Library.</Description>
4
<VersionPrefix>4.8.5</VersionPrefix>
@@ -71,7 +71,7 @@
71
</ItemGroup>
72
<ItemGroup>
73
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
74
- <PackageReference Include="AsyncKeyedLock" Version="7.0.2"/>
+ <PackageReference Include="AsyncKeyedLock" Version="7.1.3"/>
75
<None Include="../../README.md" Link="README.md" Pack="true" PackagePath="/" Visible="false"/>
76
77
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
0 commit comments