diff --git a/src/ScreenshotCreator.Api/Dockerfile b/src/ScreenshotCreator.Api/Dockerfile
index 0f58749..1f82316 100644
--- a/src/ScreenshotCreator.Api/Dockerfile
+++ b/src/ScreenshotCreator.Api/Dockerfile
@@ -5,7 +5,7 @@ COPY src/ScreenshotCreator.Api/install-powershell-$TARGETARCH.sh /scripts/instal
RUN chmod +x /scripts/install-powershell-$TARGETARCH.sh
RUN /scripts/install-powershell-$TARGETARCH.sh
-FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:7.0 AS sdk
+FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS sdk
WORKDIR /src_playwright
RUN dotnet new console --no-restore
RUN dotnet add package Microsoft.Playwright
diff --git a/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj b/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj
index d67f11f..1dd05bf 100644
--- a/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj
+++ b/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/src/ScreenshotCreator.Logic/ScreenshotCreator.Logic.csproj b/src/ScreenshotCreator.Logic/ScreenshotCreator.Logic.csproj
index 6317355..eaacbda 100644
--- a/src/ScreenshotCreator.Logic/ScreenshotCreator.Logic.csproj
+++ b/src/ScreenshotCreator.Logic/ScreenshotCreator.Logic.csproj
@@ -13,10 +13,10 @@
-
+
-
+
diff --git a/tests/Tests/Tests.csproj b/tests/Tests/Tests.csproj
index 9fdf932..5812736 100644
--- a/tests/Tests/Tests.csproj
+++ b/tests/Tests/Tests.csproj
@@ -17,8 +17,8 @@
-
-
+
+