XRE name changes

This commit is contained in:
Brennan 2015-03-12 16:06:36 -07:00
parent b8286ec272
commit 4883cfe40d
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
},
"dependencies": {
"Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": {

View File

@ -1,11 +1,11 @@
{
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
},
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": {