Skip to content

Commit 655297e

Browse files
Bump Microsoft.Extensions.Logging.Console and Microsoft.KernelMemory.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.93.241118.1 to 0.95.241216.2 - [Release notes](https://github.com/microsoft/kernel-memory/releases) - [Commits](microsoft/kernel-memory@packages-0.93.241118.1...packages-0.95.241216.2) --- 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] <[email protected]>
1 parent e725fec commit 655297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLama.Examples/LLama.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
18-
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.93.241118.1" />
18+
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.95.241216.2" />
1919
<PackageReference Include="Microsoft.SemanticKernel" Version="1.29.0" />
2020
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.6.2-alpha" />
2121
<PackageReference Include="NAudio" Version="2.2.1" />

0 commit comments

Comments
 (0)