Commit e894e7e2 authored by Nick Craver's avatar Nick Craver

Nuget.org feed only, skip the 2 Sqlite tests until RC2+ packages with the fix...

Nuget.org feed only, skip the 2 Sqlite tests until RC2+ packages with the fix are out of pre-release.
parent 64ca81ca
......@@ -2131,7 +2131,7 @@ public void DapperEnumValue_SqlServer()
}
#if SQLITE
[FactSqlite]
[FactSqlite(Skip = "Fixed in RC2 but not nuget.org, re-enable then.")]
public void DapperEnumValue_Sqlite()
{
using (var connection = GetSqliteConnection())
......@@ -3675,7 +3675,7 @@ public void Isse467_SqliteLikesParametersWithPrefix()
{
Isse467_SqliteParameterNaming(true);
}
[FactSqlite]
[FactSqlite(Skip = "Fixed in RC2 but not nuget.org, re-enable then.")]
public void Isse467_SqliteLikesParametersWithoutPrefix()
{ // see issue 375 / 467; note: fixed from RC2 onwards
Isse467_SqliteParameterNaming(false);
......
......@@ -170,7 +170,7 @@
},
"EntityFramework": "6.1.3",
"FirebirdSql.Data.FirebirdClient": "4.10.0",
"Microsoft.Data.Sqlite": "1.0.0-rc2-15948",
"Microsoft.Data.Sqlite": "1.0.0-rc1-final",
"Microsoft.SqlServer.Compact": "4.0.8876.1",
"Microsoft.SqlServer.Types": "11.0.2",
"MySql.Data": "6.9.8",
......@@ -194,7 +194,7 @@
"define": [ "COREFX", "ASYNC", "DNX", "XUNIT2", "SQLITE" ]
},
"dependencies": {
"Microsoft.Data.Sqlite": "1.0.0-rc2-15948",
"Microsoft.Data.Sqlite": "1.0.0-rc1-final",
"System.Text.RegularExpressions": "4.0.11-beta-23516",
"System.Xml.XmlDocument": "4.0.1-beta-23516",
"xunit": "2.2.0-beta1-build3239",
......
......@@ -6,6 +6,6 @@
<add key="CoreCLR" value="https://www.myget.org/F/dotnet-coreclr/api/v3/index.json" />
-->
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="aspnetvnext" value="https://www.myget.org/F/aspnetvnext/"/>
<!--<add key="aspnetvnext" value="https://www.myget.org/F/aspnetvnext/"/>-->
</packageSources>
</configuration>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment