Files
OnDoc/ZZPDFTest/App.config
Stefan Hutter 7e3381c926 update 20250317
2025-03-18 06:37:31 +01:00

18 lines
799 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">
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Compression.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-28.2462.11.0" newVersion="28.2462.11.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-28.2462.11.0" newVersion="28.2462.11.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>