2019-11-23 15:50:09 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-09-24 04:20:24 +00:00
|
|
|
<configuration>
|
|
|
|
<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-09-24 04:20:24 +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-09-24 04:20:24 +00:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2019-11-23 15:50:09 +00:00
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|