Skip to content

Instantly share code, notes, and snippets.

@tugberkugurlu
Last active August 29, 2015 14:09
Show Gist options
  • Save tugberkugurlu/d080d2b70a9e1ff29c67 to your computer and use it in GitHub Desktop.
Save tugberkugurlu/d080d2b70a9e1ff29c67 to your computer and use it in GitHub Desktop.
Short Package Names VS. Namespace Like Package Names
"dependencies": {
"kloggy-domain": "",
"kestrel": "1.0.0-*",
"aspnet-diagnostics": "1.0.0-*",
"aspnet-staticfiles": "1.0.0-*",
"aspnet-mvc": "6.0.0-*",
"aspnet-http": "1.0.0-*",
"aspnet-hosting": "1.0.0-*",
"weblistener": "1.0.0-*",
"ms-config": "1.0.0-*",
"ms-config-json": "1.0.0-*",
"ms-di": "1.0.0-*",
"aspnet-requestcontainer": "1.0.0-*",
"ms-httpclient": "1.0.0-*",
"ms-logging-contract": { "type": "build", "version": "1.0.0-*" }
}
"dependencies": {
"KLoggy.Domain": "",
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.Net.Http.Client": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": { "type": "build", "version": "1.0.0-*" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment