2025-07-18 17:41:55 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-07-04 09:50:02 +08:00
|
|
|
<configuration>
|
|
|
|
|
<runtime>
|
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
|
<dependentAssembly>
|
2025-07-18 17:41:55 +08:00
|
|
|
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-0.85.4.369" newVersion="0.85.4.369" />
|
2025-07-04 09:50:02 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
|
<dependentAssembly>
|
2025-07-18 17:41:55 +08:00
|
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
2025-07-21 13:36:40 +08:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
2025-07-04 09:50:02 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
|
<dependentAssembly>
|
2025-07-18 17:41:55 +08:00
|
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
|
2025-07-04 09:50:02 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
|
|
|
|
|
|
<dependentAssembly>
|
2025-07-18 17:41:55 +08:00
|
|
|
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
2025-07-04 09:50:02 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
|
<dependentAssembly>
|
2025-07-18 17:41:55 +08:00
|
|
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
2025-07-04 09:50:02 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
|
<dependentAssembly>
|
2025-07-18 17:41:55 +08:00
|
|
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" />
|
2025-07-04 09:50:02 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
|
</assemblyBinding>
|
|
|
|
|
</runtime>
|
2025-07-18 17:41:55 +08:00
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup></configuration>
|