16 lines
358 B
JSON
16 lines
358 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
|
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
|
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
|
|
"Xunit.KRunner": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": { }
|
|
},
|
|
"webroot": "testroot"
|
|
}
|