Skip to content

Commit 41cbaea

Browse files
chore(deps): update dotnet monorepo
1 parent 9419bae commit 41cbaea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dependency/Dockerfile/Dockerfile_run_client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0.410-jammy-amd64 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0.416-jammy-amd64 AS build
22
LABEL maintainer="eesast"
33
WORKDIR /usr/local
44
COPY . .

dependency/Dockerfile/Dockerfile_run_server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0.410-jammy-amd64 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0.416-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.410-jammy-amd64
7+
FROM mcr.microsoft.com/dotnet/sdk:8.0.416-jammy-amd64
88
LABEL maintainer="eesast"
99
WORKDIR /usr/local
1010
COPY --from=build /usr/local/Server .

logic/Preparation/Preparation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="FrameRateTask" Version="1.2.0" />
1313
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
1414
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.5" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.11" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)