Skip to content

Instantly share code, notes, and snippets.

@Ph47
Created July 16, 2015 09:13
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 Ph47/9b50dba0adf992ed0fad to your computer and use it in GitHub Desktop.
Save Ph47/9b50dba0adf992ed0fad to your computer and use it in GitHub Desktop.
{
"webroot": "wwwroot",
"version": "1.0.1",
"exclude": [
"wwwroot",
"bower_components",
"node_modules"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
],
"dependencies": {
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-beta5-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-beta5-*",
"Microsoft.AspNet.Hosting": "1.0.0-beta5-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta5-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-beta5-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-beta5-*",
"Microsoft.AspNet.Mvc": "6.0.0-beta5-*",
"Microsoft.AspNet.Owin": "1.0.0-beta5-*",
"EntityFramework": "7.0.0-beta5-*",
"EntityFramework.Commands": "7.0.0-beta5-*",
"EntityFramework.SqlServer": "7.0.0-beta5-*",
"HttpMultipartParser": "1.1.4",
"HangFire": "1.4.1",
"Microsoft.Bcl": "1.1.9",
"MySql.Data": "6.9.6",
"Lucene.Net": "3.0.3"
},
"frameworks": {
"dnx451": {
}
},
"commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5006",
"ef": "EntityFramework.Commands"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment