diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj
index eba437e53..19fd1ff76 100644
--- a/src/Application/Application.csproj
+++ b/src/Application/Application.csproj
@@ -20,11 +20,11 @@
-
+
-
-
-
+
+
+
diff --git a/src/Domain/Domain.csproj b/src/Domain/Domain.csproj
index cccaa204d..8cd426a35 100644
--- a/src/Domain/Domain.csproj
+++ b/src/Domain/Domain.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj
index a63e11cbf..17b980c29 100644
--- a/src/Infrastructure/Infrastructure.csproj
+++ b/src/Infrastructure/Infrastructure.csproj
@@ -9,31 +9,31 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
-
+
-
+
diff --git a/src/Server.UI/Dockerfile b/src/Server.UI/Dockerfile
index 3e24fcdc4..1a6886401 100644
--- a/src/Server.UI/Dockerfile
+++ b/src/Server.UI/Dockerfile
@@ -1,11 +1,11 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
-FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
-FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["src/Server.UI/Server.UI.csproj", "src/Server.UI/"]
COPY ["src/Server/Server.csproj", "src/Server/"]
diff --git a/src/Server.UI/Server.UI.csproj b/src/Server.UI/Server.UI.csproj
index 369a33b42..81d23d4ec 100644
--- a/src/Server.UI/Server.UI.csproj
+++ b/src/Server.UI/Server.UI.csproj
@@ -20,6 +20,10 @@
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/src/Server.UI/appsettings.json b/src/Server.UI/appsettings.json
index b77db2d3a..827b0a54d 100644
--- a/src/Server.UI/appsettings.json
+++ b/src/Server.UI/appsettings.json
@@ -34,7 +34,7 @@
"AppFlavor": "Blazor .NET 8.0",
"AppFlavorSubscript": ".NET 8.0",
"Company": "Company",
- "Copyright": "@2023 Copyright"
+ "Copyright": "@2024 Copyright"
},
"AllowedHosts": "*",
"SmtpClientOptions": {
diff --git a/src/Server/Server.csproj b/src/Server/Server.csproj
index 8defd6280..ef96bb336 100644
--- a/src/Server/Server.csproj
+++ b/src/Server/Server.csproj
@@ -11,21 +11,18 @@
-
-
+
+
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
+
+
+
+
+
diff --git a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj
index b1ea8573b..fb5510214 100644
--- a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj
+++ b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj
@@ -29,7 +29,7 @@
-
+