mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 03:18:16 +08:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
|
"Microsoft.Extensions.Logging": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
|
"Microsoft.AspNetCore.Http": "1.0.0",
|
|
"System.Text.RegularExpressions": "4.1.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",
|
|
"IdentityServer4.AccessTokenValidation": "1.0.1-rc2"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.4": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|