Skip to content

Commit 759342a

Browse files
chore(deps): update dotnet monorepo
1 parent cb97236 commit 759342a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dependency/Dockerfile/Dockerfile_run_client

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
LABEL maintainer="eesast"
33
WORKDIR /usr/local
44
COPY . .

dependency/Dockerfile/Dockerfile_run_server

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
22
LABEL maintainer="eesast"
33
WORKDIR /usr/local
44
COPY . .
55
RUN 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.407-jammy-amd64
88
LABEL maintainer="eesast"
99
WORKDIR /usr/local
1010
COPY --from=build /usr/local/Server .

installer/installer.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
9999
<PackageReference Include="CommunityToolkit.Maui.Core" Version="9.0.0" />
100100
<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" />
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.100" />
104104
</ItemGroup>
105105

106106
<ItemGroup>

logic/Client/Client.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<PrivateAssets>all</PrivateAssets>
7878
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7979
</PackageReference>
80-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
80+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
8181

82-
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40" />
82+
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
8383
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
8484
<PackageReference Include="SkiaSharp" Version="2.88.8" />
8585

0 commit comments

Comments
 (0)