Skip to content

Commit 4649967

Browse files
committed
housekeeping: update Jellyfin to 10.11 and target .NET 9.
There has got to be a less painful way to do this than making every plugin in the ecosystem perform these changes for new versions.
1 parent e0f679a commit 4649967

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Jellyfin.Plugin.DoViRemux/CleanRemuxesTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Jellyfin.Data.Entities;
21
using Jellyfin.Data.Enums;
2+
using Jellyfin.Database.Implementations.Entities;
33
using MediaBrowser.Common.Plugins;
44
using MediaBrowser.Controller.Entities;
55
using MediaBrowser.Controller.Library;

Jellyfin.Plugin.DoViRemux/Jellyfin.Plugin.DoViRemux.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Jellyfin.Controller" Version="10.10.6">
10+
<PackageReference Include="Jellyfin.Controller" Version="10.11.0">
1111
<PrivateAssets>all</PrivateAssets>
1212
</PackageReference>
1313
</ItemGroup>

Jellyfin.Plugin.DoViRemux/RemuxLibraryTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Jellyfin.Data.Entities;
21
using Jellyfin.Data.Enums;
2+
using Jellyfin.Database.Implementations.Entities;
33
using MediaBrowser.Common.Configuration;
44
using MediaBrowser.Common.Plugins;
55
using MediaBrowser.Controller.Entities;

0 commit comments

Comments
 (0)