Skip to content

Commit

Permalink
Upgrade System.Runtime.Caching (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Oct 17, 2024
1 parent 88a12a3 commit fd71e97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="System.Memory.Data" Version="8.0.1" />
<PackageVersion Include="System.Numerics.Tensors" Version="8.0.0" />
<PackageVersion Include="System.Runtime.Caching" Version="8.0.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<!-- Semantic Kernel -->
Expand Down
1 change: 1 addition & 0 deletions extensions/SQLServer/SQLServer/SQLServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ItemGroup>
<PackageReference Include="Azure.Core" />
<PackageReference Include="Microsoft.Data.SqlClient" />
<PackageReference Include="System.Runtime.Caching" />
</ItemGroup>

<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions service/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<PackageReference Include="Polly.Core" />
<PackageReference Include="System.IO.Packaging" />
<PackageReference Include="System.Linq.Async" />
<PackageReference Include="System.Runtime.Caching" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fd71e97

Please sign in to comment.