Enable tests to run using dotnet xunit runner

This commit is contained in:
Kiran Challa 2016-02-10 00:19:18 -08:00
parent 9209f0c5a4
commit 51c4dd43b3
3 changed files with 9 additions and 18 deletions

View File

@ -12,7 +12,7 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "dotnet-test-xunit": "1.0.0-dev-*"
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
@ -27,8 +27,5 @@
} }
} }
}, },
"testRunner": "xunit", "testRunner": "xunit"
"commands": { }
"test": "xunit.runner.aspnet"
}
}

View File

@ -15,7 +15,7 @@
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "dotnet-test-xunit": "1.0.0-dev-*"
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
@ -29,8 +29,5 @@
} }
} }
}, },
"testRunner": "xunit", "testRunner": "xunit"
"commands": { }
"test": "xunit.runner.aspnet"
}
}

View File

@ -17,7 +17,7 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "dotnet-test-xunit": "1.0.0-dev-*"
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
@ -32,8 +32,5 @@
} }
} }
}, },
"testRunner": "xunit", "testRunner": "xunit"
"commands": { }
"test": "xunit.runner.aspnet"
}
}