You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
937 B
40 lines
937 B
{
|
|
"webroot": "wwwroot",
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc": "6.0.0-*",
|
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNet.Authentication.OpenIdConnect": "1.0.0-*",
|
|
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
|
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
|
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
|
|
"Newtonsoft.Json": "7.0.1"
|
|
},
|
|
|
|
"commands": {
|
|
"web": "Microsoft.AspNet.Server.Kestrel"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
},
|
|
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
|
|
"publishExclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.xproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
]
|
|
}
|