1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-24 00:37:15 +00:00

Fix long path support overrides in mono

This commit is contained in:
Mark McDowall 2019-04-10 00:14:26 -07:00
parent b58336f4c8
commit 04850331ce

View file

@ -10,7 +10,7 @@
</startup>
<runtime>
<loadFromRemoteSources enabled="true" />
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false" />
<AppContextSwitchOverrides value="System.IO.UseLegacyPathHandling=false;System.IO.BlockLongPaths=false" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="libs" />
<dependentAssembly>