Skip to content

Commit 1548bf8

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.3 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v8.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.2) Updates `Microsoft.SemanticKernel.Abstractions` from 1.16.1 to 1.44.0 - [Release notes](https://github.com/microsoft/semantic-kernel/releases) - [Commits](microsoft/semantic-kernel@dotnet-1.16.1...dotnet-1.44.0) Updates `System.Text.Json` from 9.0.3 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - 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-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4486f5a commit 1548bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Services/src/kernel-memory/service/Abstractions/Abstractions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
2424
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.44.0" />
2525
<PackageReference Include="System.Memory.Data" Version="9.0.3" />
26-
<PackageReference Include="System.Numerics.Tensors" Version="9.0.3" />
27-
<PackageReference Include="System.Text.Json" Version="9.0.3" />
26+
<PackageReference Include="System.Numerics.Tensors" Version="9.0.4" />
27+
<PackageReference Include="System.Text.Json" Version="9.0.5" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)