Skip to content

Commit

Permalink
build: bump Microsoft.Extensions.Configuration, Microsoft.KernelMemor…
Browse files Browse the repository at this point in the history
…y.WebClient and System.Linq.Async

Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [Microsoft.KernelMemory.WebClient](https://github.com/microsoft/kernel-memory) and [System.Linq.Async](https://github.com/dotnet/reactive). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Configuration` from 8.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.1)

Updates `Microsoft.KernelMemory.WebClient` from 0.90.241021.1 to 0.96.250120.1
- [Release notes](https://github.com/microsoft/kernel-memory/releases)
- [Commits](microsoft/kernel-memory@packages-0.90.241021.1...packages-0.96.250120.1)

Updates `System.Linq.Async` from 6.0.1 to 6.0.1
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@ixnet-v6.0.1...ixnet-v6.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.KernelMemory.WebClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Linq.Async
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 0725817 commit 7ac933d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.24.1" />
<PackageReference Include="Microsoft.KernelMemory" Version="0.90.241021.1" />
<PackageReference Include="Microsoft.KernelMemory.SemanticKernelPlugin" Version="0.90.241021.1" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.90.241021.1" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.96.250120.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Select.HtmlToPdf.NetCore" Version="24.1.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down

0 comments on commit 7ac933d

Please sign in to comment.