Cleanup transitive dependencies
This commit is contained in:
parent
22f55d5937
commit
81bf1c2096
|
|
@ -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-*",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue