WPFTestUpdate.exe.config 881 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <startup>
  4. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
  5. </startup>
  6. <appSettings>
  7. <add key="UpdateUrl" value="http://localhost:8888/AutoUpdate/" />
  8. </appSettings>
  9. <runtime>
  10. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  11. <dependentAssembly>
  12. <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
  13. <bindingRedirect oldVersion="0.0.0.0-1.1.0.145" newVersion="1.1.0.145" />
  14. </dependentAssembly>
  15. <dependentAssembly>
  16. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  17. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  18. </dependentAssembly>
  19. </assemblyBinding>
  20. </runtime>
  21. </configuration>