File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22WORKDIR /src
33
44COPY ./*.sln ./
@@ -12,7 +12,7 @@ COPY . ./
1212WORKDIR /src/Web
1313RUN dotnet publish -c Release -o /app
1414
15- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
15+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0 AS base
1616WORKDIR /app
1717COPY --from=build /app .
1818
Original file line number Diff line number Diff line change 1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1313 <PrivateAssets >all</PrivateAssets >
1414 </PackageReference >
15- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8 .0.20 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 9 .0.10 " />
1616 <PackageReference Include =" Microsoft.AspNetCore.Components.DataAnnotations.Validation" Version =" 3.2.0-rc1.20223.4" />
1717 <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9.0.9" >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments