14 lines
390 B
JSON
14 lines
390 B
JSON
{
|
|
"webroot" : "wwwroot",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
|
"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": {}
|
|
}
|
|
}
|