jellyfin / jellyfin-server-windows

The Windows tray app and installer for Jellyfin Server on Windows.
https://jellyfin.org
MIT License
79 stars 26 forks source link

Downgrade to .NET 4.8.0 #121

Closed Shadowghost closed 2 months ago

Shadowghost commented 3 months ago

Compatibility of .NET 4.8.0 is way better than the one of 4.8.1: https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies#net-framework-48

Fixes #119

ZanthraxUK commented 2 months ago

I am using windows server 2016 the .Net Framework 4.8.1 is not installable by this version of windows. .Net Framework 4.8.1 only adds support for Arm.

Jellyfin.Windows.Tray.exe will not run after the upgrade due to this requirement. however you can still start the server manually. the Jellyfin server will still run. however the Tray app will not.

to rectify this can you please set the .Net Framework requirement to 4.8 this will resolve the issue. server 2016

anthonylavado commented 2 months ago

As explained in #122, I'm going to roll back to .NET 4.7.2 for the tray app. We don't currently build the tray app or installer for ARM, so we'll cross that bridge later.