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

@ -1,12 +1,12 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.", "description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Security": "1.0.0-*", "Microsoft.AspNet.Security": "1.0.0-*",
"Newtonsoft.Json": "6.0.6" "Newtonsoft.Json": "6.0.6"
}, },
"frameworks": { "frameworks": {
"aspnet50": {}, "aspnet50": { },
"aspnetcore50": {} "aspnetcore50": { }
} }
} }

View File

@ -5,7 +5,7 @@
"Microsoft.AspNet.Security.OAuth": "1.0.0-*" "Microsoft.AspNet.Security.OAuth": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": {}, "aspnet50": { },
"aspnetcore50": {} "aspnetcore50": { }
} }
} }

View File

@ -5,7 +5,7 @@
"Microsoft.AspNet.Security.OAuth": "1.0.0-*" "Microsoft.AspNet.Security.OAuth": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": {}, "aspnet50": { },
"aspnetcore50": {} "aspnetcore50": { }
} }
} }

View File

@ -2,10 +2,10 @@
"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": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Dynamic.Runtime": "4.0.10-beta-*", "System.Dynamic.Runtime": "4.0.10-beta-*",

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-*"