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": { "dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*", "Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*", "Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",

View File

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

View File

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