diff --git a/dependency/Dockerfile/Dockerfile_run_client b/dependency/Dockerfile/Dockerfile_run_client
index 947ee16b..edcfe047 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.300-jammy-amd64 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.403-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 4a2f1c5d..c522938d 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.300-jammy-amd64 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.403-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.403-jammy-amd64
LABEL maintainer="eesast"
WORKDIR /usr/local
COPY --from=build /usr/local/Server .
diff --git a/installer/installer.csproj b/installer/installer.csproj
index f3913d02..b0daae30 100755
--- a/installer/installer.csproj
+++ b/installer/installer.csproj
@@ -98,9 +98,9 @@
-
+
-
+
diff --git a/logic/Client/Client.csproj b/logic/Client/Client.csproj
index 920fa118..2c5de7e1 100755
--- a/logic/Client/Client.csproj
+++ b/logic/Client/Client.csproj
@@ -77,9 +77,9 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
-
+