2025-06-26, 05:09 PM
Jellyfin version: 10.10.6
My platform: MacOS
Hi! I am trying to install the Bookshelf plugin and have encountered the following two errors in my terminal (at bottom in code block). It seems like these errors are telling me I have an outdated version of the .NET SDK (8.0) and need to install 9.0, except that I have 9.0 installed (specifically SDK 9.0.301). Since receiving them, I've tried installing 8.0 and and 10.0 and it didn't change anything. The bookshelf directory was cloned from github today so it shouldn't be outdated. What am I doing wrong?
My platform: MacOS
Hi! I am trying to install the Bookshelf plugin and have encountered the following two errors in my terminal (at bottom in code block). It seems like these errors are telling me I have an outdated version of the .NET SDK (8.0) and need to install 9.0, except that I have 9.0 installed (specifically SDK 9.0.301). Since receiving them, I've tried installing 8.0 and and 10.0 and it didn't change anything. The bookshelf directory was cloned from github today so it shouldn't be outdated. What am I doing wrong?
Code:
jellyfin-plugin-bookshelf/Jellyfin.Plugin.Bookshelf/Jellyfin.Plugin.Bookshelf.csproj : error NU1202: Package Jellyfin.Controller 10.11.0-rc2 is not compatible with net8.0 (.NETCoreApp,Version=v8.0). Package Jellyfin.Controller 10.11.0-rc2 supports: net9.0 (.NETCoreApp,Version=v9.0)
jellyfin-plugin-bookshelf/tests/Jellyfin.Plugin.Bookshelf.Tests/Jellyfin.Plugin.Bookshelf.Tests.csproj : error NU1202: Package Jellyfin.Controller 10.11.0-rc2 is not compatible with net8.0 (.NETCoreApp,Version=v8.0). Package Jellyfin.Controller 10.11.0-rc2 supports: net9.0 (.NETCoreApp,Version=v9.0)