Skip to content

Commit 314f06c

Browse files
build: bump Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Logging.Abstractions, Microsoft.SemanticKernel.Abstractions and System.Text.Json
Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime), [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.Bcl.AsyncInterfaces` from 9.0.2 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v8.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.2 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v8.0.2) Updates `Microsoft.SemanticKernel.Abstractions` from 1.15.1 to 1.44.0 - [Release notes](https://github.com/microsoft/semantic-kernel/releases) - [Commits](microsoft/semantic-kernel@dotnet-1.15.1...dotnet-1.44.0) Updates `System.Text.Json` from 9.0.2 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.SemanticKernel.Abstractions dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Text.Json dependency-version: 8.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8eae18 commit 314f06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/kernel-memory/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<!-- Semantic Kernel -->
6767
<ItemGroup>
6868
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.15.1" />
69-
<PackageVersion Include="Microsoft.SemanticKernel.Abstractions" Version="1.43.0" />
69+
<PackageVersion Include="Microsoft.SemanticKernel.Abstractions" Version="1.44.0" />
7070
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.15.1" />
7171
</ItemGroup>
7272
<!-- Documentation -->

0 commit comments

Comments
 (0)