From 1a09545fa94048a4f9de272881b025eae9b2bcee Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 9 Jul 2024 18:12:19 +0000
Subject: [PATCH] chore(deps): update dotnet monorepo
---
dependency/Dockerfile/Dockerfile_run_client | 2 +-
dependency/Dockerfile/Dockerfile_run_server | 4 ++--
installer/installer.csproj | 2 +-
logic/Client/Client.csproj | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dependency/Dockerfile/Dockerfile_run_client b/dependency/Dockerfile/Dockerfile_run_client
index 947ee16b..9408f7b5 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.303-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..30f7fa8d 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.303-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.303-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..2901a65d 100755
--- a/installer/installer.csproj
+++ b/installer/installer.csproj
@@ -100,7 +100,7 @@
-
+
diff --git a/logic/Client/Client.csproj b/logic/Client/Client.csproj
index 920fa118..8da7e25e 100755
--- a/logic/Client/Client.csproj
+++ b/logic/Client/Client.csproj
@@ -79,7 +79,7 @@
-
+