Radarr/NzbDrone.Core.Test/App.config

23 lines
907 B
Plaintext
Raw Normal View History

2010-09-30 01:39:25 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
2011-06-04 17:59:09 +00:00
<appSettings>
<!-- Supported values: nunit, xunit and mstest -->
<add key="FluentAssertions.TestFramework" value="nunit"/>
</appSettings>
2010-09-30 01:39:25 +00:00
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite" />
<add name="SQLite Data Provider" invariant="System.Data.SQLite"
description=".Net Framework Data Provider for SQLite"
type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
</DbProviderFactories>
</system.data>
2011-05-23 23:29:14 +00:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
2011-05-31 19:02:45 +00:00
<bindingRedirect oldVersion="0.0.0.0-1.0.72.0" newVersion="1.0.72.0"/>
2011-05-23 23:29:14 +00:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2010-09-30 01:39:25 +00:00
</configuration>