mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
updated to netstandard 1.4 and added authentication packages
This commit is contained in:
parent
aabfe62ceb
commit
6e61161406
@ -18,11 +18,20 @@
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
||||
"Microsoft.AspNetCore.Http": "1.0.0",
|
||||
"System.Text.RegularExpressions": "4.1.0",
|
||||
"YamlDotNet": "3.9.0"
|
||||
"YamlDotNet": "3.9.0",
|
||||
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication": "1.0.0"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"netcoreapp1.4": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"portable-net45+win8"
|
||||
|
@ -26,7 +26,7 @@
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"netcoreapp1.4": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"portable-net45+win8"
|
||||
|
@ -38,7 +38,7 @@
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"netcoreapp1.4": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"portable-net45+win8"
|
||||
|
@ -30,7 +30,7 @@
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"netcoreapp1.4": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"portable-net45+win8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user