Added package descriptions

This commit is contained in:
David Fowler 2014-10-31 01:06:50 -07:00
parent 5b515fd132
commit c9e0f9beb1
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 core hosting infrastructure and startup logic for web applications.",
"dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 enables per-request scoping of services.",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 web server for writing and running tests.",
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-*"
},