![]() |
bookshelf plugin .net build error - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: bookshelf plugin .net build error (/t-bookshelf-plugin-net-build-error) |
bookshelf plugin .net build error - marghost - 2025-06-26 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? 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) RE: bookshelf plugin .net build error - crobibero - 2025-06-26 One of the downsides of building against the most recent Jellyfin version is that it targets the RC You would need to update the nuget references to target a specific 10.10 release. RE: bookshelf plugin .net build error - marghost - 2025-06-26 Thanks crobibero, I really appreciate the reply but honestly it's completely beyond me. I unfortunately have no idea what you're suggesting... should I wait for an update to the bookshelf plugin? |