Skip to content

Commit f798931

Browse files
chore(deps): update dotnet monorepo
1 parent dd96d4c commit f798931

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.412-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.412-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.412-jammy-amd64
88
LABEL maintainer="eesast"
99
WORKDIR /usr/local
1010
COPY --from=build /usr/local/Server .

logic/Preparation/Preparation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<ItemGroup>
1212
<PackageReference Include="FrameRateTask" Version="1.2.0" />
1313
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
14-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.5" />
14+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.7" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.7" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)