File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
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.407 -jammy-amd64 AS build
2
2
LABEL maintainer="eesast"
3
3
WORKDIR /usr/local
4
4
COPY . .
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.407 -jammy-amd64 AS build
2
2
LABEL maintainer="eesast"
3
3
WORKDIR /usr/local
4
4
COPY . .
5
5
RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true -r linux-x64
6
6
7
- FROM mcr.microsoft.com/dotnet/sdk:8.0.300 -jammy-amd64
7
+ FROM mcr.microsoft.com/dotnet/sdk:8.0.407 -jammy-amd64
8
8
LABEL maintainer="eesast"
9
9
WORKDIR /usr/local
10
10
COPY --from=build /usr/local/Server .
Original file line number Diff line number Diff line change 98
98
<PackageReference Include =" CommunityToolkit.Maui" Version =" 7.0.1" />
99
99
<PackageReference Include =" CommunityToolkit.Maui.Core" Version =" 9.0.0" />
100
100
<PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
101
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0 " />
101
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.1 " />
102
102
<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.100 " />
104
104
</ItemGroup >
105
105
106
106
<ItemGroup >
Original file line number Diff line number Diff line change 77
77
<PrivateAssets >all</PrivateAssets >
78
78
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
79
79
</PackageReference >
80
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0 " />
80
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.1 " />
81
81
82
- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.40 " />
82
+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.100 " />
83
83
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
84
84
<PackageReference Include =" SkiaSharp" Version =" 2.88.8" />
85
85
You can’t perform that action at this time.
0 commit comments