Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent cb97236 commit 510767b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dependency/Dockerfile/Dockerfile_run_client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402-jammy-amd64 AS build
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY . .
Expand Down
4 changes: 2 additions & 2 deletions dependency/Dockerfile/Dockerfile_run_server
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402-jammy-amd64 AS build
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY . .
RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true -r linux-x64

FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy-amd64
FROM mcr.microsoft.com/dotnet/sdk:8.0.402-jammy-amd64
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY --from=build /usr/local/Server .
Expand Down
4 changes: 2 additions & 2 deletions installer/installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
<PackageReference Include="CommunityToolkit.Maui.Core" Version="9.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.38" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.91" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions logic/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />

<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.91" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />

Expand Down

0 comments on commit 510767b

Please sign in to comment.