Skip to content

Instantly share code, notes, and snippets.

@aetos382
Last active September 15, 2015 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aetos382/9d840bc41773340474a8 to your computer and use it in GitHub Desktop.
Save aetos382/9d840bc41773340474a8 to your computer and use it in GitHub Desktop.
{
"webroot": "wwwroot",
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Mvc": "6.0.0-beta7",
"Microsoft.AspNet.Server.IIS": "1.0.0-beta7",
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta7",
"Microsoft.AspNet.StaticFiles": "1.0.0-beta7",
"Swashbuckle": "6.0.0-beta6",
"Microsoft.Azure.AppService.ApiApps.Service": "0.9.64" // 追加
},
"commands": {
"web": "Microsoft.AspNet.Hosting --config hosting.ini"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { } // この行を削除
},
"exclude": [
"wwwroot"
],
"publishExclude": [
"Properties/PublishProfiles",
"**.xproj",
"**.user",
"**.vspscc"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment