File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#####
2- FROM mcr.microsoft.com/dotnet/aspnet:6 .0 AS base
2+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
33WORKDIR /app
44EXPOSE 80
55
6- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build
6+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
77WORKDIR /src
88COPY ["aspnet-core-dotnet-core/aspnet-core-dotnet-core.csproj", "aspnet-core-dotnet-core/"]
99RUN dotnet restore "aspnet-core-dotnet-core/aspnet-core-dotnet-core.csproj"
Original file line number Diff line number Diff line change 1313 <PackageReference Include =" Microsoft.ApplicationInsights.Kubernetes" Version =" 1.1.2" />
1414 <PackageReference Include =" Microsoft.AspNetCore.App" />
1515 <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.10.8" />
16- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.3 " />
16+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 8.0.5 " />
1717 </ItemGroup >
1818
1919</Project >
You can’t perform that action at this time.
0 commit comments