diff --git a/Dockerfile b/Dockerfile
index 00ac769..551a821 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/algorithm_exercises_csharp.csproj b/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj
index c7203ec..30bc13c 100644
--- a/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj
+++ b/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj
@@ -23,7 +23,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
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 a3d29ec..0ddc95e 100644
--- a/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj
+++ b/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj
@@ -26,13 +26,13 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
-
+
+
+
diff --git a/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj b/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj
index d144536..71cd12b 100644
--- a/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj
+++ b/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj
@@ -33,7 +33,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all