From c6e6b05417d5a31dc579478acd982a992b4b56d7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 26 Oct 2025 16:29:22 +0000
Subject: [PATCH] chore(deps): update dotnet monorepo to 9.0.10
---
src/.config/dotnet-tools.json | 2 +-
src/Core.Networking/Core.Networking.csproj | 6 +++---
src/Core/Core.csproj | 2 +-
src/CorePluginAPI/CorePluginAPI.csproj | 2 +-
src/Data/Auth.Persistence/Auth.Persistence.csproj | 6 +++---
src/Data/Core.Caching/Core.Caching.csproj | 8 ++++----
src/Data/Core.Persistence/Core.Persistence.csproj | 6 +++---
src/Data/Game.Persistence/Game.Persistence.csproj | 2 +-
src/Executables/Auth/Auth.csproj | 2 +-
src/Executables/Game/Game.csproj | 2 +-
src/Libraries/Game.Commands/Game.Commands.csproj | 2 +-
src/Libraries/Game.Server/Game.Server.csproj | 2 +-
src/Plugins/ExamplePlugin/ExamplePlugin.csproj | 2 +-
src/Plugins/PrometheusPlugin/PrometheusPlugin.csproj | 4 ++--
src/Tests/Data.Auth.Tests/Data.Auth.Tests.csproj | 2 +-
src/Tests/Game.Commands.Tests/Game.Commands.Tests.csproj | 2 +-
src/Tests/Game.Tests/Game.Tests.csproj | 2 +-
...o.PluginFramework.Microsoft.DependencyInjection.csproj | 2 +-
18 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/src/.config/dotnet-tools.json b/src/.config/dotnet-tools.json
index ef95326c..d4937e07 100644
--- a/src/.config/dotnet-tools.json
+++ b/src/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
- "version": "9.0.9",
+ "version": "9.0.10",
"commands": [
"dotnet-ef"
],
diff --git a/src/Core.Networking/Core.Networking.csproj b/src/Core.Networking/Core.Networking.csproj
index a7c2430b..49b93232 100644
--- a/src/Core.Networking/Core.Networking.csproj
+++ b/src/Core.Networking/Core.Networking.csproj
@@ -6,9 +6,9 @@
-
-
-
+
+
+
diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj
index fc3bdf70..2179fb52 100644
--- a/src/Core/Core.csproj
+++ b/src/Core/Core.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/src/CorePluginAPI/CorePluginAPI.csproj b/src/CorePluginAPI/CorePluginAPI.csproj
index 8ad53ae7..fb02b2b6 100644
--- a/src/CorePluginAPI/CorePluginAPI.csproj
+++ b/src/CorePluginAPI/CorePluginAPI.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/src/Data/Auth.Persistence/Auth.Persistence.csproj b/src/Data/Auth.Persistence/Auth.Persistence.csproj
index 05d77868..630b4b2c 100644
--- a/src/Data/Auth.Persistence/Auth.Persistence.csproj
+++ b/src/Data/Auth.Persistence/Auth.Persistence.csproj
@@ -13,9 +13,9 @@
-
-
-
+
+
+
diff --git a/src/Data/Core.Caching/Core.Caching.csproj b/src/Data/Core.Caching/Core.Caching.csproj
index 3ef467b7..40a4eeab 100644
--- a/src/Data/Core.Caching/Core.Caching.csproj
+++ b/src/Data/Core.Caching/Core.Caching.csproj
@@ -8,10 +8,10 @@
-
-
-
-
+
+
+
+
diff --git a/src/Data/Core.Persistence/Core.Persistence.csproj b/src/Data/Core.Persistence/Core.Persistence.csproj
index 86a2cfff..835ebb6f 100644
--- a/src/Data/Core.Persistence/Core.Persistence.csproj
+++ b/src/Data/Core.Persistence/Core.Persistence.csproj
@@ -4,9 +4,9 @@
-
-
-
+
+
+
diff --git a/src/Data/Game.Persistence/Game.Persistence.csproj b/src/Data/Game.Persistence/Game.Persistence.csproj
index b037ea3a..37bbbaff 100644
--- a/src/Data/Game.Persistence/Game.Persistence.csproj
+++ b/src/Data/Game.Persistence/Game.Persistence.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/src/Executables/Auth/Auth.csproj b/src/Executables/Auth/Auth.csproj
index da93eb7c..fd769f5f 100644
--- a/src/Executables/Auth/Auth.csproj
+++ b/src/Executables/Auth/Auth.csproj
@@ -23,7 +23,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/Executables/Game/Game.csproj b/src/Executables/Game/Game.csproj
index 2f2315e9..a7a1d47e 100644
--- a/src/Executables/Game/Game.csproj
+++ b/src/Executables/Game/Game.csproj
@@ -28,7 +28,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/Libraries/Game.Commands/Game.Commands.csproj b/src/Libraries/Game.Commands/Game.Commands.csproj
index 0b08b836..db9a2fc6 100644
--- a/src/Libraries/Game.Commands/Game.Commands.csproj
+++ b/src/Libraries/Game.Commands/Game.Commands.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/src/Libraries/Game.Server/Game.Server.csproj b/src/Libraries/Game.Server/Game.Server.csproj
index b8a0881e..e0dc79df 100644
--- a/src/Libraries/Game.Server/Game.Server.csproj
+++ b/src/Libraries/Game.Server/Game.Server.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/src/Plugins/ExamplePlugin/ExamplePlugin.csproj b/src/Plugins/ExamplePlugin/ExamplePlugin.csproj
index c179dba4..5eff6af5 100644
--- a/src/Plugins/ExamplePlugin/ExamplePlugin.csproj
+++ b/src/Plugins/ExamplePlugin/ExamplePlugin.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/src/Plugins/PrometheusPlugin/PrometheusPlugin.csproj b/src/Plugins/PrometheusPlugin/PrometheusPlugin.csproj
index 6216dcf2..f729237a 100644
--- a/src/Plugins/PrometheusPlugin/PrometheusPlugin.csproj
+++ b/src/Plugins/PrometheusPlugin/PrometheusPlugin.csproj
@@ -7,8 +7,8 @@
-
-
+
+
diff --git a/src/Tests/Data.Auth.Tests/Data.Auth.Tests.csproj b/src/Tests/Data.Auth.Tests/Data.Auth.Tests.csproj
index 7da99d9b..16c41516 100644
--- a/src/Tests/Data.Auth.Tests/Data.Auth.Tests.csproj
+++ b/src/Tests/Data.Auth.Tests/Data.Auth.Tests.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/src/Tests/Game.Commands.Tests/Game.Commands.Tests.csproj b/src/Tests/Game.Commands.Tests/Game.Commands.Tests.csproj
index fcceb119..18e04471 100644
--- a/src/Tests/Game.Commands.Tests/Game.Commands.Tests.csproj
+++ b/src/Tests/Game.Commands.Tests/Game.Commands.Tests.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/src/Tests/Game.Tests/Game.Tests.csproj b/src/Tests/Game.Tests/Game.Tests.csproj
index 68dbf5e5..be7db74b 100644
--- a/src/Tests/Game.Tests/Game.Tests.csproj
+++ b/src/Tests/Game.Tests/Game.Tests.csproj
@@ -2,7 +2,7 @@
-
+
diff --git a/src/Weikio.PluginFramework.Microsoft.DependencyInjection/Weikio.PluginFramework.Microsoft.DependencyInjection.csproj b/src/Weikio.PluginFramework.Microsoft.DependencyInjection/Weikio.PluginFramework.Microsoft.DependencyInjection.csproj
index 3efe903c..802ce933 100644
--- a/src/Weikio.PluginFramework.Microsoft.DependencyInjection/Weikio.PluginFramework.Microsoft.DependencyInjection.csproj
+++ b/src/Weikio.PluginFramework.Microsoft.DependencyInjection/Weikio.PluginFramework.Microsoft.DependencyInjection.csproj
@@ -5,7 +5,7 @@
-
+