Skip to content

Commit

Permalink
Bump Microsoft.SemanticKernel.Abstractions and System.Text.Json
Browse files Browse the repository at this point in the history
Bumps [Microsoft.SemanticKernel.Abstractions](https://github.com/microsoft/semantic-kernel) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.SemanticKernel.Abstractions` from 1.10.0 to 1.32.0
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.10.0...dotnet-1.32.0)

Updates `System.Text.Json` from 8.0.3 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.3...v8.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 9eb0211 commit 49a1657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ItemGroup>
<PackageVersion Include="Microsoft.KernelMemory.Abstractions" Version="0.28.240212.1" />
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.10.0" />
<PackageVersion Include="Microsoft.SemanticKernel.Abstractions" Version="1.10.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.3" />
<PackageVersion Include="Microsoft.SemanticKernel.Abstractions" Version="1.32.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<!-- Microsoft.Extensions.Configuration -->
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
Expand Down

0 comments on commit 49a1657

Please sign in to comment.