2021-12-19 13:38:19 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-11-10 00:16:12 +01:00
|
|
|
<configuration>
|
|
|
|
<startup>
|
2021-12-19 13:38:19 +01:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
2019-11-10 00:16:12 +01:00
|
|
|
</startup>
|
2021-09-20 20:37:57 +02:00
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
2021-12-19 13:38:19 +01:00
|
|
|
<probing privatePath="lib"/>
|
2021-10-29 20:38:09 +02:00
|
|
|
<dependentAssembly>
|
2021-12-19 13:38:19 +01:00
|
|
|
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0"/>
|
2021-09-20 21:20:01 +02:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2021-12-19 13:38:19 +01:00
|
|
|
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0"/>
|
2021-09-20 21:20:01 +02:00
|
|
|
</dependentAssembly>
|
2021-09-20 20:37:57 +02:00
|
|
|
</assemblyBinding>
|
2021-12-19 13:38:19 +01:00
|
|
|
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false"/>
|
2021-09-20 20:37:57 +02:00
|
|
|
</runtime>
|
2021-10-29 20:38:09 +02:00
|
|
|
<system.net>
|
|
|
|
<settings>
|
2021-12-19 13:38:19 +01:00
|
|
|
<httpWebRequest useUnsafeHeaderParsing="true"/>
|
2021-10-29 20:38:09 +02:00
|
|
|
</settings>
|
|
|
|
</system.net>
|
2019-11-10 00:16:12 +01:00
|
|
|
</configuration>
|