Commit 806e3431 authored by Nick Craver's avatar Nick Craver

net451 test prep (not quite ready - SQL Geo and interop failing)

parent 8e070ddc
......@@ -80,9 +80,8 @@
// "xunit": "2.1.0"
// }
//},
//"dnx451": {
// "compilationOptions": {
//"net451": {
// "buildOptions": {
// "define": [ "ASYNC", "XUNIT2" ]
// },
// "frameworkAssemblies": {
......@@ -95,7 +94,7 @@
// "MySql.Data": "6.9.8",
// "System.Data.SQLite.Core": "1.0.98.1",
// "xunit": "2.1.0",
// "xunit.runner.dnx": "2.1.0-*"
// "dotnet-test-xunit": "1.0.0-rc3-*"
// }
//},
"netcoreapp1.0": {
......@@ -110,7 +109,7 @@
},
"Microsoft.Data.Sqlite": "1.0.0-rc2-final",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*"
"dotnet-test-xunit": "1.0.0-rc3-*"
}
}
}
......
......@@ -74,9 +74,10 @@
// "xunit": "1.9.2"
// }
//},
//"net45": {
// "compilationOptions": {
//"net451": {
// "buildOptions": {
// "define": [
// "NET45",
// "ASYNC",
// "MYSQL",
// "ENTITY_FRAMEWORK",
......@@ -97,7 +98,7 @@
// "System.Configuration": "4.0.0.0",
// "System.Data": "4.0.0.0",
// "System.Data.Linq": "4.0.0.0",
// "System.Runtime": "4.0.0.0",
// "System.Runtime": "4.0.10.0",
// "System.Xml": "4.0.0.0",
// "System.Xml.Linq": "4.0.0.0"
// },
......@@ -121,7 +122,8 @@
// "Susanoo.Core": "1.2.4",
// "Susanoo.SqlServer": "1.2.4",
// "System.Data.SQLite": "1.0.99",
// "xunit": "2.1.0"
// "xunit": "2.1.0",
// "dotnet-test-xunit": "1.0.0-rc3-*"
// }
//},
"netcoreapp1.0": {
......@@ -136,7 +138,7 @@
},
"Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*"
"dotnet-test-xunit": "1.0.0-rc3-*"
}
}
}
......
......@@ -7,7 +7,7 @@
-->
<!--<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> -->
<!--<add key="aspnetcirelease" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" /> -->
<!--<add key="coreclr-xunit" value="https://www.myget.org/F/coreclr-xunit/api/v3/index.json" />-->
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</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