diff --git a/dependency/Dockerfile/Dockerfile_run_client b/dependency/Dockerfile/Dockerfile_run_client
index baeaa437..1c439de9 100644
--- a/dependency/Dockerfile/Dockerfile_run_client
+++ b/dependency/Dockerfile/Dockerfile_run_client
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/dotnet/sdk:8.0.410-jammy-amd64 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.417-jammy-amd64 AS build
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY . .
diff --git a/dependency/Dockerfile/Dockerfile_run_server b/dependency/Dockerfile/Dockerfile_run_server
index 206601f0..af965746 100644
--- a/dependency/Dockerfile/Dockerfile_run_server
+++ b/dependency/Dockerfile/Dockerfile_run_server
@@ -1,10 +1,10 @@
-FROM mcr.microsoft.com/dotnet/sdk:8.0.410-jammy-amd64 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.417-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.410-jammy-amd64
+FROM mcr.microsoft.com/dotnet/sdk:8.0.417-jammy-amd64
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY --from=build /usr/local/Server .
diff --git a/logic/Preparation/Preparation.csproj b/logic/Preparation/Preparation.csproj
index dde3a1c9..90361069 100644
--- a/logic/Preparation/Preparation.csproj
+++ b/logic/Preparation/Preparation.csproj
@@ -11,8 +11,8 @@
-
-
+
+