This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/ModLauncher/App.config

14 lines
529 B
Text
Raw Normal View History

2017-02-12 12:11:28 -05:00
<?xml version="1.0" encoding="utf-8"?>
2017-02-03 19:44:01 -05:00
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
2017-02-12 12:11:28 -05:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
2017-02-13 09:05:25 -05:00
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
2017-02-12 12:11:28 -05:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2017-02-03 19:44:01 -05:00
</configuration>