Skip to content

Commit 9bed6dc

Browse files
Update dotnet monorepo
1 parent c1c78fd commit 9bed6dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aspnet-core-dotnet-core/Dockerfile copy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#####
2-
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
2+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
33
WORKDIR /app
44
EXPOSE 80
55

6-
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
77
WORKDIR /src
88
COPY ["aspnet-core-dotnet-core/aspnet-core-dotnet-core.csproj", "aspnet-core-dotnet-core/"]
99
RUN dotnet restore "aspnet-core-dotnet-core/aspnet-core-dotnet-core.csproj"

aspnet-core-dotnet-core/aspnet-core-dotnet-core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>

0 commit comments

Comments
 (0)