mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-15 12:45:07 +01:00
537ca11c43
-added direct api call for funimation -removed anime-on-demand.de due to it's shutdown and merge with Crunchyroll -removed old version of the funimation code
26 lines
1006 B
XML
26 lines
1006 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
|
</startup>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<probing privatePath="lib"/>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false"/>
|
|
</runtime>
|
|
<system.net>
|
|
<settings>
|
|
<httpWebRequest useUnsafeHeaderParsing="true"/>
|
|
</settings>
|
|
</system.net>
|
|
</configuration>
|