Files
GateDge2023_ljy/00.未分类/UnitTestProject2/app.config
PastSaid e1e6cba475 a
2024-04-22 09:39:19 +08:00

11 lines
423 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Renci.SshNet" publicKeyToken="1cee9f8bde3db106" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2020.0.2.0" newVersion="2020.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>