14 lines
416 B
JSON
14 lines
416 B
JSON
{
|
|
"webroot": "wwwroot",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "",
|
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
|
|
},
|
|
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
}
|
|
}
|