Update xunit.runner.kre => xunit.runner.aspnet.

This commit is contained in:
Brennan 2015-03-12 16:14:29 -07:00
parent 07f78bab6f
commit 8fb42e4d16
2 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*", "Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*", "Microsoft.AspNet.WebSockets.Server": "1.0.0-*",
"Kestrel": "1.0.0-*", "Kestrel": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { } "dnx451": { }
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", "Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { } "dnx451": { }
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
} }
} }