|
|
@ -1,49 +1,46 @@ |
|
|
{ |
|
|
{ |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"Autofac": "4.1.1", |
|
|
"Autofac": "4.2.1", |
|
|
"Autofac.Extensions.DependencyInjection": "4.0.0", |
|
|
"Autofac.Extensions.DependencyInjection": "4.0.0", |
|
|
"IdentityServer4": "1.0.0-rc2", |
|
|
"IdentityServer4": "1.0.0-rc5", |
|
|
"IdentityServer4.AccessTokenValidation": "1.0.1-rc2", |
|
|
"IdentityServer4.AccessTokenValidation": "1.0.1-rc5", |
|
|
"IdentityServer4.AspNetIdentity": "1.0.0-rc2", |
|
|
"IdentityServer4.AspNetIdentity": "1.0.0-rc5", |
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", |
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0", |
|
|
"Microsoft.AspNetCore.Authentication.Google": "1.0.0", |
|
|
"Microsoft.AspNetCore.Authentication.Google": "1.1.0", |
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0", |
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0", |
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0", |
|
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0", |
|
|
"Microsoft.AspNetCore.Identity": "1.0.0", |
|
|
"Microsoft.AspNetCore.Identity": "1.1.0", |
|
|
"Microsoft.AspNetCore.Mvc": "1.0.1", |
|
|
"Microsoft.AspNetCore.Mvc": "1.1.0", |
|
|
"Microsoft.AspNetCore.Razor.Tools": { |
|
|
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final", |
|
|
"version": "1.0.0-preview2-final", |
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", |
|
|
"type": "build" |
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final", |
|
|
}, |
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", |
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
|
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0", |
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1", |
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", |
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0", |
|
|
"Microsoft.Extensions.Configuration.Json": "1.1.0", |
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", |
|
|
"Microsoft.Extensions.Logging": "1.1.0", |
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0", |
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0", |
|
|
"Microsoft.Extensions.Logging": "1.0.0", |
|
|
"Microsoft.Extensions.Logging.Debug": "1.1.0", |
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0", |
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", |
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0", |
|
|
|
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", |
|
|
|
|
|
"Microsoft.NETCore.App": { |
|
|
"Microsoft.NETCore.App": { |
|
|
"version": "1.0.1", |
|
|
"version": "1.0.1", |
|
|
"type": "platform" |
|
|
"type": "platform" |
|
|
}, |
|
|
}, |
|
|
"MongoDB.Driver": "2.4.0-beta1", |
|
|
"MongoDB.Driver": "2.4.0", |
|
|
"NJsonSchema": "5.19.6171.28316", |
|
|
"NJsonSchema": "6.5.6190.16910", |
|
|
"NSwag.AspNetCore": "7.2.0", |
|
|
"NSwag.AspNetCore": "8.0.0", |
|
|
"OpenCover": "4.6.519", |
|
|
"OpenCover": "4.6.519", |
|
|
"ReportGenerator": "2.5.0-beta1", |
|
|
"ReportGenerator": "2.5.2-beta2", |
|
|
"Squidex.Core": "1.0.0-*", |
|
|
"Squidex.Core": "1.0.0-*", |
|
|
"Squidex.Events": "1.0.0-*", |
|
|
"Squidex.Events": "1.0.0-*", |
|
|
"Squidex.Infrastructure": "1.0.0-*", |
|
|
"Squidex.Infrastructure": "1.0.0-*", |
|
|
"Squidex.Read": "1.0.0-*", |
|
|
"Squidex.Read": "1.0.0-*", |
|
|
"Squidex.Store.MongoDb": "1.0.0-*", |
|
|
"Squidex.Store.MongoDb": "1.0.0-*", |
|
|
"Squidex.Write": "1.0.0-*", |
|
|
"Squidex.Write": "1.0.0-*", |
|
|
"System.Linq": "4.1.0" |
|
|
"System.Linq": "4.3.0" |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
"tools": { |
|
|
"tools": { |
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" |
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
"frameworks": { |
|
|
"frameworks": { |
|
|
|