Commit a155ebb4 authored by Nick Craver's avatar Nick Craver

Fix Contrib test resolution

Note: there's still a 1.0.0 vs 1.1.0 quirk here - digging.
parent 665c00b3
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
"Dapper.SqlBuilder": { "Dapper.SqlBuilder": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0" "xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
}, },
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
......
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