diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a02dc81..25fd5e0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -39,3 +39,9 @@ updates:
nuget-dependencies:
patterns:
- "*"
+ ignore:
+ # Microsoft.OpenApi 3.x breaks Microsoft.AspNetCore.OpenApi 10.0.x source generation
+ # (CS0200 on IOpenApiMediaType.Example). See PokManager.ApiService.csproj comment.
+ # Revisit once a stable AspNetCore.OpenApi release supports Microsoft.OpenApi 3.x.
+ - dependency-name: "Microsoft.OpenApi"
+ versions: [">=3.0.0"]
diff --git a/src/Core/PokManager.Application/PokManager.Application.csproj b/src/Core/PokManager.Application/PokManager.Application.csproj
index 5bfae17..d80f9e4 100644
--- a/src/Core/PokManager.Application/PokManager.Application.csproj
+++ b/src/Core/PokManager.Application/PokManager.Application.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/src/Hosting/PokManager.ServiceDefaults/PokManager.ServiceDefaults.csproj b/src/Hosting/PokManager.ServiceDefaults/PokManager.ServiceDefaults.csproj
index d11961f..e83ec88 100644
--- a/src/Hosting/PokManager.ServiceDefaults/PokManager.ServiceDefaults.csproj
+++ b/src/Hosting/PokManager.ServiceDefaults/PokManager.ServiceDefaults.csproj
@@ -10,13 +10,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/Infrastructure/PokManager.Infrastructure/PokManager.Infrastructure.csproj b/src/Infrastructure/PokManager.Infrastructure/PokManager.Infrastructure.csproj
index 886578f..1c5b055 100644
--- a/src/Infrastructure/PokManager.Infrastructure/PokManager.Infrastructure.csproj
+++ b/src/Infrastructure/PokManager.Infrastructure/PokManager.Infrastructure.csproj
@@ -6,9 +6,9 @@
-
-
-
+
+
+
diff --git a/src/Presentation/PokManager.ApiService/PokManager.ApiService.csproj b/src/Presentation/PokManager.ApiService/PokManager.ApiService.csproj
index 5e8431e..7790073 100644
--- a/src/Presentation/PokManager.ApiService/PokManager.ApiService.csproj
+++ b/src/Presentation/PokManager.ApiService/PokManager.ApiService.csproj
@@ -16,7 +16,15 @@
-
+
+
diff --git a/src/Presentation/PokManager.Web/PokManager.Web.csproj b/src/Presentation/PokManager.Web/PokManager.Web.csproj
index 74cb532..4ded614 100644
--- a/src/Presentation/PokManager.Web/PokManager.Web.csproj
+++ b/src/Presentation/PokManager.Web/PokManager.Web.csproj
@@ -15,9 +15,9 @@
-
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/tests/PokManager.Application.Tests/PokManager.Application.Tests.csproj b/tests/PokManager.Application.Tests/PokManager.Application.Tests.csproj
index de1c5e7..0b88758 100644
--- a/tests/PokManager.Application.Tests/PokManager.Application.Tests.csproj
+++ b/tests/PokManager.Application.Tests/PokManager.Application.Tests.csproj
@@ -10,10 +10,10 @@
-
-
-
-
+
+
+
+
diff --git a/tests/PokManager.Domain.Tests/PokManager.Domain.Tests.csproj b/tests/PokManager.Domain.Tests/PokManager.Domain.Tests.csproj
index da0ab81..a892b5e 100644
--- a/tests/PokManager.Domain.Tests/PokManager.Domain.Tests.csproj
+++ b/tests/PokManager.Domain.Tests/PokManager.Domain.Tests.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/tests/PokManager.Infrastructure.Tests/PokManager.Infrastructure.Tests.csproj b/tests/PokManager.Infrastructure.Tests/PokManager.Infrastructure.Tests.csproj
index 795b124..e2223bc 100644
--- a/tests/PokManager.Infrastructure.Tests/PokManager.Infrastructure.Tests.csproj
+++ b/tests/PokManager.Infrastructure.Tests/PokManager.Infrastructure.Tests.csproj
@@ -10,10 +10,10 @@
-
-
-
-
+
+
+
+
diff --git a/tests/PokManager.Web.Tests/PokManager.Web.Tests.csproj b/tests/PokManager.Web.Tests/PokManager.Web.Tests.csproj
index ab63c2c..aa0f8d7 100644
--- a/tests/PokManager.Web.Tests/PokManager.Web.Tests.csproj
+++ b/tests/PokManager.Web.Tests/PokManager.Web.Tests.csproj
@@ -11,8 +11,8 @@
-
-
+
+