Browse Source

Merge pull request #319 from SciSharp/dependabot/nuget/Microsoft.Extensions.Logging.Console-8.0.0

build(deps): bump Microsoft.Extensions.Logging.Console from 7.0.0 to 8.0.0
tags/v0.8.1
Martin Evans GitHub 2 years ago
parent
commit
d9a1ea5d72
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama.Examples/LLama.Examples.csproj

+ 1
- 1
LLama.Examples/LLama.Examples.csproj View File

@@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.0.0-beta8" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
</ItemGroup>


Loading…
Cancel
Save