2021-09-20 21:20:01 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-11-10 00:16:12 +01:00
|
|
|
<configuration>
|
|
|
|
<startup>
|
2021-09-20 21:20:01 +02:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.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">
|
|
|
|
<probing privatePath="lib" />
|
2021-09-20 21:20:01 +02:00
|
|
|
<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>
|
2021-09-20 20:37:57 +02:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2019-11-10 00:16:12 +01:00
|
|
|
</configuration>
|