1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 23:57:20 +02:00
Radarr/NzbDrone.Core.Test/App.config

23 lines
907 B
Plaintext
Raw Normal View History

2010-09-30 03:39:25 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
2011-06-04 19:59:09 +02:00
<appSettings>
<!-- Supported values: nunit, xunit and mstest -->
<add key="FluentAssertions.TestFramework" value="nunit"/>
</appSettings>
2010-09-30 03:39:25 +02: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-24 01:29:14 +02:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
2011-05-31 21:02:45 +02:00
<bindingRedirect oldVersion="0.0.0.0-1.0.72.0" newVersion="1.0.72.0"/>
2011-05-24 01:29:14 +02:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2010-09-30 03:39:25 +02:00
</configuration>