Remove build time deps and fixed formatting

This commit is contained in:
David Fowler 2015-02-10 11:01:03 -08:00
parent 74bb8e089d
commit bb2352c638
6 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.", "description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Security.OAuth": "1.0.0-*", "Microsoft.AspNet.Security.OAuth": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": { }, "aspnet50": { },

View File

@ -13,7 +13,7 @@
}, },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*", "System.Net.Http.WinHttpHandler": "4.0.0-beta-*"
} }
} }
} }

View File

@ -3,7 +3,7 @@
"description": "ASP.NET 5 common types used by the various authentication middleware.", "description": "ASP.NET 5 common types used by the various authentication middleware.",
"dependencies": { "dependencies": {
"Microsoft.AspNet.RequestContainer": "1.0.0-*", "Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.Http.Interfaces": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
"Microsoft.AspNet.Http.Core": "1.0.0-*", "Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*", "Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*" "Microsoft.Framework.Logging": "1.0.0-*"