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

View File

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

View File

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