Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "webroot": "wwwroot",
- "userSecretsId": "aspnet5-Project-624b2f80-8b34-456f-99c3-4628f8385981",
- "version": "1.0.0-*",
- "dependencies": {
- "Microsoft.AspNet.Mvc": "6.0.0-beta4",
- "Kestrel": "1.0.0-beta4",
- "Newtonsoft.Json": "7.0.1-beta4",
- "ServiceStack.Redis": "4.0.42",
- "Microsoft.AspNet.Providers.Core": "2.0.0",
- "Microsoft.Framework.ConfigurationModel": "1.0.0-beta4",
- "Microsoft.Framework.ConfigurationModel.Json": "1.0.0-beta4",
- "Microsoft.Framework.ConfigurationModel.UserSecrets": "1.0.0-beta4",
- "Microsoft.AspNet.Session": "1.0.0-beta4",
- "Microsoft.AspNet.Http": "1.0.0-beta4",
- "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4",
- "Microsoft.AspNet.Loader.IIS.Interop": "1.0.0-beta4",
- "Microsoft.AspNet.Loader.IIS": "1.0.0-beta4"
- },
- "commands": {
- "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000",
- "gen": "Microsoft.Framework.CodeGeneration",
- "kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5001"
- },
- "frameworks": {
- "dnx451": { },
- "dnxcore50": { }
- },
- "exclude": [
- "wwwroot",
- "node_modules",
- "bower_components"
- ],
- "publishExclude": [
- "node_modules",
- "bower_components",
- "**.xproj",
- "**.user",
- "**.vspscc"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment