Merge branch 'release' into dev

This commit is contained in:
David Fowler 2014-10-31 01:07:04 -07:00
commit 7277dc910a
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.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "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.Extensions": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "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-*"
},