diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 25f43e7..da74b91 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
- dotnet-version: 6.0.x
+ dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj
index 64bf71d..3ee843c 100644
--- a/src/Infrastructure/Infrastructure.csproj
+++ b/src/Infrastructure/Infrastructure.csproj
@@ -17,9 +17,13 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
+
+
+
+
diff --git a/src/WebApi/WebApi.csproj b/src/WebApi/WebApi.csproj
index 05b4fa4..0a8f189 100644
--- a/src/WebApi/WebApi.csproj
+++ b/src/WebApi/WebApi.csproj
@@ -14,6 +14,9 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
diff --git a/tests/Application.Tests/Application.Tests.csproj b/tests/Application.Tests/Application.Tests.csproj
index d1fb1fb..727be2d 100644
--- a/tests/Application.Tests/Application.Tests.csproj
+++ b/tests/Application.Tests/Application.Tests.csproj
@@ -21,6 +21,9 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
+
+
+
diff --git a/tests/WebApi.Tests/WebApi.Tests.csproj b/tests/WebApi.Tests/WebApi.Tests.csproj
index 6d1e749..5d0c2e1 100644
--- a/tests/WebApi.Tests/WebApi.Tests.csproj
+++ b/tests/WebApi.Tests/WebApi.Tests.csproj
@@ -21,6 +21,9 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
+
+
+