File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 <PackageReference Include =" KubernetesClient.Fluent" Version =" 1.0.5" />
2626 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
2727 <PackageReference Include =" Stl.Fusion.Blazor" Version =" 0.7.67" />
28- <PackageReference Include =" System.Text.Json" Version =" 5 .0.2 " />
28+ <PackageReference Include =" System.Text.Json" Version =" 9 .0.6 " />
2929 <PackageReference Include =" YamlDotNet" Version =" 9.1.4" />
3030 </ItemGroup >
3131 <ItemGroup >
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:5 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
22WORKDIR /app
33EXPOSE 80
44EXPOSE 443
55
6- FROM mcr.microsoft.com/dotnet/sdk:5 .0 AS build
6+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
77WORKDIR /src
88COPY . .
99RUN dotnet restore .
You can’t perform that action at this time.
0 commit comments