Commit d7c92e21 authored by Marc Gravell's avatar Marc Gravell

additional tooling tweaks to make it work with current dotnet build

parent db0d8daf
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
"compile": [ "compile": [
"../Dapper/**/*.cs" "../Dapper/**/*.cs"
], ],
"compileExclude": [
"../Dapper/obj/"
],
"compilationOptions": { "compilationOptions": {
"keyFile": "../Dapper.snk", "keyFile": "../Dapper.snk",
"warningsAsErrors": true "warningsAsErrors": true
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
"System.Linq": "4.0.1-*", "System.Linq": "4.0.1-*",
"System.Runtime": "4.0.21-*", "System.Runtime": "4.0.21-*",
"System.Threading": "4.0.11-*", "System.Threading": "4.0.11-*",
"xunit": "2.1.0" "xunit": "2.2.0-beta1-build3239"
} }
}, },
"dnx451": { "dnx451": {
...@@ -117,8 +117,8 @@ ...@@ -117,8 +117,8 @@
"define": [ "COREFX", "ASYNC", "DNX" ] "define": [ "COREFX", "ASYNC", "DNX" ]
}, },
"dependencies": { "dependencies": {
"xunit": "2.1.0", "xunit": "2.2.0-beta1-build3239",
"xunit.runner.dnx": "2.1.0-*" "xunit.runner.dnx": "2.1.0-rc1-build204"
} }
} }
} }
......
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