|
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Hosting": "",
|
|
"Microsoft.AspNet.RequestContainer": "",
|
|
"Xunit.KRunner": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": {
|
|
"dependencies": {
|
|
"System.Runtime" : ""
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
},
|
|
"webroot" : "testroot"
|
|
}
|