mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Added useLegacyV2RuntimeActivationPolicy
Added useLegacyV2RuntimeActivationPolicy="true" to the Startup section of the config so that we can get .net dependencies to load if/when required.
This commit is contained in:
parent
d7cdf06326
commit
dccba7d1fd
@ -15,7 +15,7 @@
|
||||
<add key="ProgramDataFolderName" value="MediaBrowser-Server" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
</appSettings>
|
||||
<startup>
|
||||
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||
</startup>
|
||||
<runtime>
|
||||
|
Loading…
Reference in New Issue
Block a user