Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Logging.Console and Microsoft.KernelMemory.…
Browse files Browse the repository at this point in the history
…Core

Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) and [Microsoft.KernelMemory.Core](https://github.com/microsoft/kernel-memory). These dependencies needed to be updated together.

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

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

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.KernelMemory.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent a112468 commit 8c7fb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLama.Examples/LLama.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.92.241112.1" />
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.93.241118.1" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.29.0" />
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.6.2-alpha" />
<PackageReference Include="NAudio" Version="2.2.1" />
Expand Down

0 comments on commit 8c7fb3d

Please sign in to comment.