Guest User

SO Pastebin #1

a guest
Jul 23rd, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.37 KB | None | 0 0
  1. {
  2.   "webroot": "wwwroot",
  3.   "userSecretsId": "aspnet5-Project-624b2f80-8b34-456f-99c3-4628f8385981",
  4.   "version": "1.0.0-*",
  5.  
  6.   "dependencies": {
  7.     "Microsoft.AspNet.Mvc": "6.0.0-beta4",
  8.     "Kestrel": "1.0.0-beta4",
  9.     "Newtonsoft.Json": "7.0.1-beta4",
  10.     "ServiceStack.Redis": "4.0.42",
  11.     "Microsoft.AspNet.Providers.Core": "2.0.0",
  12.     "Microsoft.Framework.ConfigurationModel": "1.0.0-beta4",
  13.     "Microsoft.Framework.ConfigurationModel.Json": "1.0.0-beta4",
  14.     "Microsoft.Framework.ConfigurationModel.UserSecrets": "1.0.0-beta4",
  15.     "Microsoft.AspNet.Session": "1.0.0-beta4",
  16.     "Microsoft.AspNet.Http": "1.0.0-beta4",
  17.     "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4",
  18.     "Microsoft.AspNet.Loader.IIS.Interop": "1.0.0-beta4",
  19.     "Microsoft.AspNet.Loader.IIS": "1.0.0-beta4"
  20.   },
  21.  
  22.   "commands": {
  23.     "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000",
  24.     "gen": "Microsoft.Framework.CodeGeneration",
  25.     "kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5001"
  26.   },
  27.  
  28.   "frameworks": {
  29.     "dnx451": { },
  30.     "dnxcore50": { }
  31.   },
  32.  
  33.   "exclude": [
  34.     "wwwroot",
  35.     "node_modules",
  36.     "bower_components"
  37.   ],
  38.   "publishExclude": [
  39.     "node_modules",
  40.     "bower_components",
  41.     "**.xproj",
  42.     "**.user",
  43.     "**.vspscc"
  44.   ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment