-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build of Qnap plugin not up to date #125
Comments
Looks like fixed while ago. |
your build system refuses to build plugins as they still use an outdated version |
but is it related to GHSA-9p5f-5x8v-x65m ? |
that is the case, as dotnet reports being unable to build as a result of <PackageReference Include="Jellyfin.Controller" Version="10.7.7" Condition="'$(TargetFramework)' == 'net5.0'" />
<PackageReference Include="Jellyfin.Model" Version="10.7.7" Condition="'$(TargetFramework)' == 'net5.0'" />
<PackageReference Include="Jellyfin.Controller" Version="10.8-*" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Jellyfin.Model" Version="10.8-*" Condition="'$(TargetFramework)' == 'net6.0'" /> this still uses 10.7 and 10.8 |
ok just build issue then. drscription updated. |
build of the plugin is not up to date and depends on old version of jellyfin,
that contains issues such as GHSA-9p5f-5x8v-x65m
The text was updated successfully, but these errors were encountered: