1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-17 10:45:49 +02:00

25 lines
1.1 KiB
Plaintext
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>
2012-02-14 18:08:47 -08:00
<configSections>
2012-12-24 19:46:52 -08:00
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2012-02-14 18:08:47 -08:00
</configSections>
2011-06-04 10:59:09 -07:00
<appSettings>
<!-- Supported values: nunit, xunit and mstest -->
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>
</assemblyBinding>
</runtime>
2012-12-24 19:46:52 -08:00
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlCeConnectionFactory, EntityFramework">
<parameters>
<parameter value="System.Data.SqlServerCe.4.0" />
</parameters>
</defaultConnectionFactory>
</entityFramework>
2010-09-29 18:39:25 -07:00
</configuration>