Skip to content

Commit

Permalink
HybridCache (tests only): add explicit System.Runtime.Caching dep to …
Browse files Browse the repository at this point in the history
…override a transitive dependency (#5755)
  • Loading branch information
mgravell authored Dec 20, 2024
1 parent a0cc1bb commit 20c12ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/packages/General.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="System.Memory" Version="4.5.5" />
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
<PackageVersion Include="System.Runtime.Caching" Version="$(SystemRuntimeCachingVersion)" />
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="Microsoft.Extensions.Logging" />
<PackageReference Include="Xunit.SkippableFact" />
<PackageReference Include="System.Runtime.Caching" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 20c12ef

Please sign in to comment.