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

This commit is contained in:
N. Taylor Mullen 2015-03-12 16:10:07 -07:00
parent 3f8de94edd
commit 2bd73523f6
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Framework.Logging.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnxcore50": { },
@ -18,6 +18,6 @@
}
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
}
}