Update to netcore1.1
This commit is contained in:
parent
d9bc8b83c6
commit
8c6ee1003c
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/aspnetcore:1.0.1
|
FROM microsoft/aspnetcore:1.1
|
||||||
ENTRYPOINT ["dotnet", "Basket.API.dll"]
|
ENTRYPOINT ["dotnet", "Basket.API.dll"]
|
||||||
ARG source=.
|
ARG source=.
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Threading": "4.0.11",
|
"System.Threading": "4.3.0",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
"Microsoft.AspNetCore.Mvc": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging": "1.0.0",
|
"Microsoft.Extensions.Logging": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
"Microsoft.Extensions.Logging.Console": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
"Microsoft.Extensions.Logging.Debug": "1.1.0",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
||||||
"StackExchange.Redis": "1.1.608",
|
"StackExchange.Redis": "1.1.608",
|
||||||
"Newtonsoft.Json": "9.0.1",
|
"Newtonsoft.Json": "9.0.1",
|
||||||
"IdentityServer4.AccessTokenValidation": "1.0.1-rc3",
|
"IdentityServer4.AccessTokenValidation": "1.0.1-rc3",
|
||||||
@ -24,10 +24,11 @@
|
|||||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.1": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"netstandard1.6.1",
|
||||||
"portable-net45+win8"
|
"dnxcore50",
|
||||||
|
"portable-net451+win8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/aspnetcore:1.0.1
|
FROM microsoft/aspnetcore:1.1
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
@ -1,33 +1,33 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
"Microsoft.AspNetCore.Mvc": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0",
|
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging": "1.0.0",
|
"Microsoft.Extensions.Logging": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
"Microsoft.Extensions.Logging.Console": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
"Microsoft.Extensions.Logging.Debug": "1.1.0",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
||||||
"Microsoft.EntityFrameworkCore": "1.0.1",
|
"Microsoft.EntityFrameworkCore": "1.1.0",
|
||||||
"Microsoft.EntityFrameworkCore.Relational": "1.0.1",
|
"Microsoft.EntityFrameworkCore.Relational": "1.1.0",
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0",
|
||||||
"Microsoft.EntityFrameworkCore.Design": "1.0.0-preview2-final",
|
"Microsoft.EntityFrameworkCore.Design": "1.1.0",
|
||||||
"Swashbuckle": "6.0.0-beta902"
|
"Swashbuckle": "6.0.0-beta902"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final"
|
"Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.1": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM microsoft/aspnetcore:1.0.1
|
FROM microsoft/aspnetcore:1.1
|
||||||
ENTRYPOINT ["dotnet", "Identity.API.dll"]
|
ENTRYPOINT ["dotnet", "Identity.API.dll"]
|
||||||
ARG source=.
|
ARG source=.
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -3,59 +3,55 @@
|
|||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
|
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
"Microsoft.AspNetCore.Mvc": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Razor.Tools": {
|
"Microsoft.AspNetCore.Routing": "1.1.0",
|
||||||
"version": "1.0.0-preview2-final",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
||||||
"type": "build"
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
||||||
},
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Routing": "1.0.1",
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
|
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
|
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
|
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer.Design": {
|
"Microsoft.EntityFrameworkCore.SqlServer.Design": {
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.EntityFrameworkCore.Tools": {
|
"Microsoft.EntityFrameworkCore.Tools": {
|
||||||
"version": "1.0.0-preview2-final",
|
"version": "1.1.0-preview4-final",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0",
|
||||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging": "1.0.0",
|
"Microsoft.Extensions.Logging": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
"Microsoft.Extensions.Logging.Console": "1.1.0",
|
||||||
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
"Microsoft.Extensions.Logging.Debug": "1.1.0",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
||||||
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
|
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0",
|
||||||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
||||||
"version": "1.0.0-preview2-final",
|
"version": "1.1.0-preview4-final",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
|
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
|
||||||
"version": "1.0.0-preview2-final",
|
"version": "1.1.0-preview4-final",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"IdentityServer4.AspNetIdentity": "1.0.0-rc3",
|
"IdentityServer4.AspNetIdentity": "1.0.0-rc3",
|
||||||
"IdentityServer4.EntityFramework": "1.0.0-rc3"
|
"IdentityServer4.EntityFramework": "1.0.0-rc3",
|
||||||
},
|
},
|
||||||
|
|
||||||
"tools": {
|
"tools": {
|
||||||
"BundlerMinifier.Core": "2.0.238",
|
"BundlerMinifier.Core": "2.0.238",
|
||||||
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
|
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
|
||||||
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
|
"Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final",
|
||||||
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-preview2-final",
|
"Microsoft.Extensions.SecretManager.Tools": "1.1.0-preview4-final",
|
||||||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
||||||
"version": "1.0.0-preview2-final",
|
"version": "1.1.0-preview4-final",
|
||||||
"imports": [
|
"imports": [
|
||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user