Files
ShrlAlgoToolkit/ShrlAlgo.Addin.Test/app.config

19 lines
937 B
Plaintext
Raw Normal View History

2024-09-22 11:05:41 +08:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2026-02-12 21:29:00 +08:00
<!--<runtime>
2024-09-22 11:05:41 +08:00
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
2026-02-12 21:29:00 +08:00
</runtime>-->
2024-09-22 11:05:41 +08:00
</configuration>