Update dependency for .NET 8

This commit is contained in:
Patrick Barron 2023-11-17 12:18:50 -05:00
parent 36793c206d
commit 27f386ab3e

View File

@ -8,6 +8,6 @@
<PackageReference Include="Jellyfin.Common" Version="10.9.0-20231114.12" />
<PackageReference Include="Jellyfin.Controller" Version="10.9.0-20231114.12" />
<PackageReference Include="Jellyfin.Extensions" Version="10.9.0-20231114.12" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>
</Project>