Browse Source

Merge pull request #637 from SciSharp/dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-8.0.1

build(deps): bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 8.0.1
pull/641/head
Rinne GitHub 1 year ago
parent
commit
4038a39843
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama/LLamaSharp.csproj

+ 1
- 1
LLama/LLamaSharp.csproj View File

@@ -49,7 +49,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>

</Project>

Loading…
Cancel
Save