|
|
@ -2,27 +2,27 @@ |
|
|
|
"userSecretsId": "aspnet-Microsoft.eShopOnContainers-946ae052-8305-4a99-965b-ec8636ddbae3", |
|
|
|
"dependencies": { |
|
|
|
"Microsoft.NETCore.App": { |
|
|
|
"version": "1.0.0", |
|
|
|
"version": "1.1.0", |
|
|
|
"type": "platform" |
|
|
|
}, |
|
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", |
|
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0", |
|
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0", |
|
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0", |
|
|
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0", |
|
|
|
"Microsoft.AspNetCore.Mvc": "1.1.1", |
|
|
|
"Microsoft.AspNetCore.Razor.Tools": { |
|
|
|
"version": "1.0.0-preview2-final", |
|
|
|
"type": "build" |
|
|
|
}, |
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", |
|
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0", |
|
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", |
|
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0", |
|
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "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.VisualStudio.Web.BrowserLink.Loader": "14.0.0", |
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", |
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", |
|
|
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0", |
|
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", |
|
|
|
"Microsoft.Extensions.Configuration.Json": "1.1.0", |
|
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0", |
|
|
|
"Microsoft.Extensions.Logging": "1.1.0", |
|
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0", |
|
|
|
"Microsoft.Extensions.Logging.Debug": "1.1.0", |
|
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", |
|
|
|
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0", |
|
|
|
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { |
|
|
|
"version": "1.0.0-preview2-final", |
|
|
|
"type": "build" |
|
|
@ -32,10 +32,10 @@ |
|
|
|
"type": "build" |
|
|
|
}, |
|
|
|
"Newtonsoft.Json": "9.0.1", |
|
|
|
"System.IdentityModel.Tokens.Jwt": "5.0.0", |
|
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0", |
|
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0", |
|
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0", |
|
|
|
"System.IdentityModel.Tokens.Jwt": "5.1.0", |
|
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0", |
|
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.1.0", |
|
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0", |
|
|
|
"Microsoft.Extensions.Options": "1.1.0" |
|
|
|
}, |
|
|
|
"tools": { |
|
|
|