Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kbeaugrand committed May 4, 2024
1 parent 8f8ecda commit 7373933
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 @@ -6,8 +6,8 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.KernelMemory.Abstractions" Version="0.28.240212.1" />
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.7.1" />
<PackageVersion Include="Microsoft.SemanticKernel.Abstractions" Version="1.7.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" />
<!-- Microsoft.Extensions.Configuration -->
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
Expand Down

0 comments on commit 7373933

Please sign in to comment.