diff --git a/Dockerfile b/Dockerfile
index 2298266..4159b0a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.100-alpine3.22-amd64
-ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.0-alpine3.22-amd64
+ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.101-alpine3.22-amd64
+ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.1-alpine3.22-amd64
###############################################################################
FROM ${BUILDTIME_IMAGE} AS init
diff --git a/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj b/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj
index d294d5a..0ddc95e 100644
--- a/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj
+++ b/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj
@@ -30,8 +30,8 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
+
+