File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8.0.300 -jammy-amd64 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.401 -jammy-amd64 AS build
22LABEL maintainer="eesast"
33WORKDIR /usr/local
44COPY . .
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8.0.300 -jammy-amd64 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.401 -jammy-amd64 AS build
22LABEL maintainer="eesast"
33WORKDIR /usr/local
44COPY . .
55RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true -r linux-x64
66
7- FROM mcr.microsoft.com/dotnet/sdk:8.0.300 -jammy-amd64
7+ FROM mcr.microsoft.com/dotnet/sdk:8.0.401 -jammy-amd64
88LABEL maintainer="eesast"
99WORKDIR /usr/local
1010COPY --from=build /usr/local/Server .
Original file line number Diff line number Diff line change 100100 <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
101101 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0" />
102102 <PackageReference Include =" Tencent.QCloud.Cos.Sdk" Version =" 5.4.38" />
103- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.40 " />
103+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.80 " />
104104 </ItemGroup >
105105
106106 <ItemGroup >
Original file line number Diff line number Diff line change 7979 </PackageReference >
8080 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0" />
8181
82- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.40 " />
82+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.80 " />
8383 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
8484 <PackageReference Include =" SkiaSharp" Version =" 2.88.8" />
8585
You can’t perform that action at this time.
0 commit comments