1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/NzbDrone.Test.Common/App.config

18 lines
740 B
Text
Raw Normal View History

2012-02-14 18:08:47 -08:00
<?xml version="1.0" encoding="utf-8"?>
2010-09-29 18:39:25 -07:00
<configuration>
2011-06-04 10:59:09 -07:00
<appSettings>
2012-02-14 18:08:47 -08:00
<add key="FluentAssertions.TestFramework" value="nunit" />
2011-06-04 10:59:09 -07:00
</appSettings>
2012-01-24 19:09:49 -08:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
2012-04-22 16:14:02 -07:00
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
2012-01-24 19:09:49 -08:00
</dependentAssembly>
2013-04-15 21:52:41 -07: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>
2012-01-24 19:09:49 -08:00
</assemblyBinding>
</runtime>
2010-09-29 18:39:25 -07:00
</configuration>