22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
|
"Microsoft.AspNet.StaticFiles": "",
|
|
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
|
"Xunit.KRunner": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
},
|
|
"frameworks": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"Shouldly": "1.1.1.1",
|
|
"System.Runtime": ""
|
|
}
|
|
}
|
|
}
|
|
}
|