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