Merge branch 'release' into dev

This commit is contained in:
David Fowler 2014-10-31 01:39:06 -07:00
commit 5696f3fd5d
7 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 HTTP feature infrastructure.",
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
},

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*"

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
"dependencies": {},
"frameworks": {
"aspnet50": {},

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 HTTP feature interface definitions.",
"frameworks": {
"aspnet50": {},
"aspnetcore50": {

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 component for running OWIN middleware.",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.FeatureModel": "1.0.0-*",

View File

@ -1,6 +1,7 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 HTTP feature implementations.",
"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 common helper methods such as URL encoding.",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*"
},