1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/NzbDrone.Core.Test/App.config

19 lines
923 B
Plaintext
Raw Normal View History

2012-02-15 05:08:47 +03:00
<?xml version="1.0" encoding="utf-8"?>
2010-09-30 04:39:25 +03:00
<configuration>
2012-02-15 05:08:47 +03:00
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>
2011-06-04 20:59:09 +03:00
<appSettings>
<!-- Supported values: nunit, xunit and mstest -->
2012-02-15 05:08:47 +03:00
<add key="FluentAssertions.TestFramework" value="nunit" />
2011-06-04 20:59:09 +03:00
</appSettings>
2012-01-25 06:09:49 +03:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
2012-04-23 02:14:02 +03:00
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
2012-01-25 06:09:49 +03:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2010-09-30 04:39:25 +03:00
</configuration>