1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Upgrade logging packages for .NET 8 (#3798)

This commit is contained in:
Alex Morask
2024-02-13 14:34:55 -05:00
committed by GitHub
parent accff663c5
commit 97018e2501
5 changed files with 10 additions and 14 deletions

View File

@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="dbup-sqlserver" Version="5.0.40" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
<ItemGroup>