update SQLite-dependent tests to use version of SQLite that is both x86- and x64-aware

This commit is contained in:
sbohlen
2014-02-23 08:57:55 -05:00
parent eedb6e9553
commit 6316eda41a
6 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@
<assemblyIdentity name="System.Data.SQLite"
publicKeyToken="db937bc2d44ff139"
culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.0.80.0"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.0.90.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

View File

@@ -92,7 +92,7 @@
<assemblyIdentity name="System.Data.SQLite"
publicKeyToken="db937bc2d44ff139"
culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.0.80.0"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.0.90.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

View File

@@ -12,7 +12,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.0.80.0"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.0.90.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>