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 Jun 12, 2024
1 parent b9ee3d1 commit 461fd1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.302-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.302-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.302-jammy-amd64
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY --from=build /usr/local/Server .
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.37" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.60" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion logic/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />

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

Expand Down

0 comments on commit 461fd1a

Please sign in to comment.