2022-02-26 10:31:22 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-11-10 00:16:12 +01:00
|
|
|
<configuration>
|
|
|
|
<startup>
|
2022-02-26 10:31:22 +01:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
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">
|
2022-02-26 10:31:22 +01:00
|
|
|
<probing privatePath="lib" />
|
2021-10-29 20:38:09 +02:00
|
|
|
<dependentAssembly>
|
2022-02-26 10:31:22 +01:00
|
|
|
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
2022-02-27 12:13:03 +01:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-98.1.210.0" newVersion="98.1.210.0" />
|
2021-09-20 21:20:01 +02:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2022-02-26 10:31:22 +01:00
|
|
|
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
2022-02-27 12:13:03 +01:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-98.1.210.0" newVersion="98.1.210.0" />
|
2021-09-20 21:20:01 +02:00
|
|
|
</dependentAssembly>
|
2021-09-20 20:37:57 +02:00
|
|
|
</assemblyBinding>
|
2022-02-26 10:31:22 +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>
|
2022-02-26 10:31:22 +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>
|