Adding necessary dependencies to OpenIdConnect directly

OpenIdconnect project is betting on the dependencies included by Microsoft.IdentityModel.Protocol.Extensions for the types that are referenced directly in this library but not used in Protocol.Extensions library.

This change is to enable Wilson clean up its unused dependencies.
This commit is contained in:
Praburaj 2015-02-10 11:25:30 -08:00
parent bb2352c638
commit 04c6b1f101
1 changed files with 3 additions and 1 deletions

View File

@ -2,16 +2,18 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Security": "1.0.0-*",
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0.0-beta1-*"
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta1-*"
},
"frameworks": {
"aspnet50": {
"frameworkAssemblies": {
"System.Net.Http": "",
"System.Net.Http.WebRequest": ""
}
},
"aspnetcore50": {
"dependencies": {
"System.Collections.Specialized": "4.0.0-beta-*",
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*"
}
}