shpmt-GenuineProductRegister/Authentication Register Program/bin/Debug/Authentication Register Program.exe.config
ssy99 0d99692938 feat: 최초 커밋
기존 프로그램 업로드
2025-04-30 16:36:46 +09:00

14 lines
529 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="Renci.SshNet" publicKeyToken="1cee9f8bde3db106" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2024.1.0.0" newVersion="2024.1.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>