Update tests to use official xunit

This commit is contained in:
Brennan 2014-12-15 15:22:36 -08:00
parent 8136affef9
commit 47c870c871
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*", "Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"Xunit.KRunner": "1.0.0-*" "xunit.runner.kre": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": { } "aspnet50": { }
}, },
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "xunit.runner.kre"
}, },
"compilationOptions": { "compilationOptions": {
"allowUnsafe": true "allowUnsafe": true