ShiftOS_TheReturn/ShiftOS.Server/App.config

15 lines
574 B
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2017-01-08 09:57:10 -05:00
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
2017-01-08 21:33:42 -07:00
<runtime>
<loadFromRemoteSources enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
</assemblyBinding>
2017-01-08 21:33:42 -07:00
</runtime>
2017-01-08 09:57:10 -05:00
</configuration>