Crunchyroll-Downloader-v3.0/Crunchyroll Downloader/App.config
hama3254 aa0a759d20 Bump CefSharp from 98.1.210 to 100.0.140.0
#443 - Bump CefSharp from 98.1.210 to 100.0.140.0
2022-04-18 16:28:53 +02:00

26 lines
1019 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</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-100.0.140.0" newVersion="100.0.140.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-100.0.140.0" newVersion="100.0.140.0" />
</dependentAssembly>
</assemblyBinding>
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
</runtime>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
</settings>
</system.net>
</configuration>