mattercontrol/Tests/MatterControl.AutomationTests/app.config

16 lines
737 B
Text
Raw Normal View History

2017-03-15 09:46:54 -07:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
2016-08-16 14:28:15 -07:00
<dependentAssembly>
2017-03-15 09:46:54 -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>
<dependentAssembly>
2017-03-15 09:46:54 -07:00
<assemblyIdentity name="nunit.framework" publicKeyToken="2638cd05610744eb" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
2017-03-15 09:46:54 -07:00
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>