Skip to content

Commit

Permalink
Update to Backport.System.Threading.Lock 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti authored Aug 12, 2024
1 parent 0bb3f89 commit eddb457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EasyCaching.Core/EasyCaching.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.7.0" />
<PackageReference Include="Backport.System.Threading.Lock" Version="1.0.1" />
<PackageReference Include="Backport.System.Threading.Lock" Version="1.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Backport.System.Threading.Lock" Version="1.0.1" />
<PackageReference Include="Backport.System.Threading.Lock" Version="1.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
Expand Down

0 comments on commit eddb457

Please sign in to comment.