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

This commit is contained in:
N. Taylor Mullen 2015-03-12 17:04:42 -07:00
Родитель 098279e3d5
Коммит e39d2d2d7d
4 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -3,9 +3,9 @@
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Test.Common": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Xml": "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"
}
}

Просмотреть файл

@ -2,13 +2,13 @@
"dependencies": {
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Test.Common": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
}
}

Просмотреть файл

@ -2,7 +2,7 @@
"dependencies": {
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Test.Common": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": {
@ -14,6 +14,6 @@
}
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
}
}

Просмотреть файл

@ -2,13 +2,13 @@
"dependencies": {
"Microsoft.Framework.ConfigurationModel.Xml": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Test.Common": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
}
}