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

This commit is contained in:
N. Taylor Mullen 2015-03-12 17:26:17 -07:00
parent 48f2d14413
commit 20bcd6346e
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.Framework.Logging.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {}