2017-06-29 09:47:34 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-14 12:13:37 -08:00
|
|
|
<configuration>
|
|
|
|
|
<runtime>
|
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
2016-08-16 14:28:15 -07:00
|
|
|
<dependentAssembly>
|
2017-06-29 09:47:34 -07:00
|
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
2016-08-16 14:28:15 -07:00
|
|
|
</dependentAssembly>
|
2016-09-20 09:39:57 -07:00
|
|
|
<dependentAssembly>
|
2017-06-29 09:47:34 -07:00
|
|
|
<assemblyIdentity name="nunit.framework" publicKeyToken="2638cd05610744eb" culture="neutral" />
|
2018-02-01 14:13:55 -08:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.9.0.0" newVersion="3.9.0.0" />
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="System.Reactive.Core" publicKeyToken="94bc3704cddfc263" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="System.Reactive.Linq" publicKeyToken="94bc3704cddfc263" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
|
2016-09-20 09:39:57 -07:00
|
|
|
</dependentAssembly>
|
2015-12-14 12:13:37 -08:00
|
|
|
</assemblyBinding>
|
|
|
|
|
</runtime>
|
2018-03-21 22:25:13 -07:00
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" /></startup></configuration>
|