2019-11-23 15:50:09 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-07-21 04:40:54 +00:00
|
|
|
<configuration>
|
2019-09-14 04:35:42 +00:00
|
|
|
<startup>
|
2019-11-23 15:50:09 +00:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
2019-09-14 04:35:42 +00:00
|
|
|
</startup>
|
2019-07-26 20:59:14 +00:00
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
2019-11-23 15:50:09 +00:00
|
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
|
2019-07-26 20:59:14 +00:00
|
|
|
</dependentAssembly>
|
2019-10-11 22:18:51 +00:00
|
|
|
<dependentAssembly>
|
2019-11-23 15:50:09 +00:00
|
|
|
<assemblyIdentity name="System.Reactive" publicKeyToken="94bc3704cddfc263" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
|
2019-10-11 22:18:51 +00:00
|
|
|
</dependentAssembly>
|
2019-10-26 19:43:06 +00:00
|
|
|
<dependentAssembly>
|
2019-11-23 15:50:09 +00:00
|
|
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0"/>
|
2019-10-26 19:43:06 +00:00
|
|
|
</dependentAssembly>
|
2019-07-26 20:59:14 +00:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2019-07-30 21:45:04 +00:00
|
|
|
|
2019-11-23 15:50:09 +00:00
|
|
|
</configuration>
|