|
{
|
|
"dependencies": {
|
|
"xunit": "2.1.0",
|
|
"dotnet-publish-iis" : "",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
}
|
|
}
|
|
},
|
|
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
}
|
|
} |