Reference Jellyfin 10.9 DLLs

This commit is contained in:
DarkFighterLuke
2024-04-26 12:35:53 +02:00
parent 14032d3ed3
commit 195acd2f1b
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.TubeArchivistMetadata</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -11,8 +11,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.8.13" />
<PackageReference Include="Jellyfin.Model" Version="10.8.13" />
<PackageReference Include="Jellyfin.Controller" Version="10.9.*-*" />
<PackageReference Include="Jellyfin.Model" Version="10.9.*-*" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>