Closed MBR-0001 closed 8 months ago
If you rebase on the unstable
branch we can release this into the wild
Also sorry for making other 10.9 changes, I just went through the list of plugins to make them buildable
I had to do the following modifications to csproj for it to build:
<ItemGroup>
<Reference Include="blah/jellyfin/MediaBrowser.Common/bin/Debug/net8.0/MediaBrowser.Common.dll" />
<Reference Include="blah/jellyfin/MediaBrowser.Controller/bin/Debug/net8.0/MediaBrowser.Controller.dll" />
<Reference Include="blah/jellyfin/MediaBrowser.Model/bin/Debug/net8.0/MediaBrowser.Model.dll" />
</ItemGroup>
original is:
<PackageReference Include="Jellyfin.Common" Version="10.*-*" />
<PackageReference Include="Jellyfin.Controller" Version="10.*-*" />
CI is not running so I'm not sure if this actually builds with unchanged csproj
Also "modernized" the code:
Bumped .net version to 7lolCloses #143