Sonarr/src/NzbDrone.Test.Common/App.config

39 lines
2.0 KiB
Plaintext
Raw Normal View History

2012-02-15 02:08:47 +00:00
<?xml version="1.0" encoding="utf-8"?>
2010-09-30 01:39:25 +00:00
<configuration>
2011-06-04 17:59:09 +00:00
<appSettings>
2012-02-15 02:08:47 +00:00
<add key="FluentAssertions.TestFramework" value="nunit" />
2011-06-04 17:59:09 +00:00
</appSettings>
2012-01-25 03:09:49 +00:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
2012-01-25 03:09:49 +00:00
</dependentAssembly>
2013-04-16 04:52:41 +00:00
<dependentAssembly>
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.1.0" newVersion="2.0.1.0" />
</dependentAssembly>
2014-08-25 06:17:05 +00:00
<dependentAssembly>
<assemblyIdentity name="FluentMigrator" publicKeyToken="aacfc7de5acabf05" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.1.0" newVersion="1.3.1.0" />
2014-08-25 06:17:05 +00:00
</dependentAssembly>
2016-01-15 07:07:39 +00:00
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.Unity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.1.505.0" newVersion="2.1.505.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
2017-08-28 06:33:05 +00:00
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
</dependentAssembly>
2012-01-25 03:09:49 +00:00
</assemblyBinding>
</runtime>
2017-08-27 22:56:02 +00:00
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup></configuration>