Cleanup transitive dependencies

This commit is contained in:
Doug Bunting 2016-03-17 15:33:17 -07:00
parent 22f55d5937
commit 81bf1c2096
3 changed files with 2 additions and 17 deletions

View File

@ -2,7 +2,6 @@
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",

View File

@ -21,15 +21,8 @@
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
},
"imports": [
"dotnet5.4",
"portable-net451+win8"

View File

@ -20,15 +20,8 @@
"Microsoft.AspNetCore.Authentication": "1.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
},
"imports": [
"dotnet5.4"
]