Update tests to use official xunit

This commit is contained in:
Brennan 2014-12-15 14:43:54 -08:00
parent fcf2f93aa3
commit 2d2eedf89e
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@
"Microsoft.AspNet.Security.Twitter": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Moq": "4.2.1312.1622",
"Xunit.KRunner": "1.0.0-*"
"xunit.runner.kre": "1.0.0-*"
},
"commands": {
"test": "Xunit.KRunner"
"test": "xunit.runner.kre"
},
"frameworks": {
"aspnet50": {