17 lines
478 B
JSON
17 lines
478 B
JSON
{
|
|
"webroot": "wwwroot",
|
|
"exclude": "wwwroot/**/*.*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000"
|
|
},
|
|
"frameworks": {
|
|
"dnx451" : { },
|
|
"dnxcore50" : { }
|
|
}
|
|
}
|