From 68c4b9a4ba64068405483597048decaf894b9f8e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 21 May 2026 16:32:53 +0000
Subject: [PATCH] [deps]: Update dotnet monorepo
---
.../Scim.IntegrationTest/Scim.IntegrationTest.csproj | 2 +-
.../Sso.IntegrationTest/Sso.IntegrationTest.csproj | 2 +-
src/Core/Core.csproj | 10 +++++-----
src/Notifications/Notifications.csproj | 4 ++--
test/Api.IntegrationTest/Api.IntegrationTest.csproj | 2 +-
test/Common/Common.csproj | 2 +-
test/Core.Test/Core.Test.csproj | 2 +-
.../Identity.IntegrationTest.csproj | 2 +-
test/Identity.Test/Identity.Test.csproj | 2 +-
.../Infrastructure.IntegrationTest.csproj | 6 +++---
.../IntegrationTestCommon/IntegrationTestCommon.csproj | 2 +-
.../Server.IntegrationTest.csproj | 2 +-
util/Migrator/Migrator.csproj | 2 +-
util/MsSqlMigratorUtility/MsSqlMigratorUtility.csproj | 4 ++--
util/Setup/Setup.csproj | 2 +-
15 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/bitwarden_license/test/Scim.IntegrationTest/Scim.IntegrationTest.csproj b/bitwarden_license/test/Scim.IntegrationTest/Scim.IntegrationTest.csproj
index 49a0103842d9..ef0fe43e1448 100644
--- a/bitwarden_license/test/Scim.IntegrationTest/Scim.IntegrationTest.csproj
+++ b/bitwarden_license/test/Scim.IntegrationTest/Scim.IntegrationTest.csproj
@@ -11,7 +11,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/bitwarden_license/test/Sso.IntegrationTest/Sso.IntegrationTest.csproj b/bitwarden_license/test/Sso.IntegrationTest/Sso.IntegrationTest.csproj
index fe2cf3cc77cf..d500cccb1c5f 100644
--- a/bitwarden_license/test/Sso.IntegrationTest/Sso.IntegrationTest.csproj
+++ b/bitwarden_license/test/Sso.IntegrationTest/Sso.IntegrationTest.csproj
@@ -13,7 +13,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj
index 84d04239638c..150fb57169ea 100644
--- a/src/Core/Core.csproj
+++ b/src/Core/Core.csproj
@@ -29,7 +29,7 @@
-
+
@@ -48,9 +48,9 @@
-
-
-
+
+
+
@@ -62,7 +62,7 @@
-
+
diff --git a/src/Notifications/Notifications.csproj b/src/Notifications/Notifications.csproj
index b4fe69adb0ff..fca21bdb1503 100644
--- a/src/Notifications/Notifications.csproj
+++ b/src/Notifications/Notifications.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/test/Api.IntegrationTest/Api.IntegrationTest.csproj b/test/Api.IntegrationTest/Api.IntegrationTest.csproj
index 39c9970f1f54..7da86c7bdc6a 100644
--- a/test/Api.IntegrationTest/Api.IntegrationTest.csproj
+++ b/test/Api.IntegrationTest/Api.IntegrationTest.csproj
@@ -16,7 +16,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/test/Common/Common.csproj b/test/Common/Common.csproj
index 663096e9b3a1..0c68f5105be5 100644
--- a/test/Common/Common.csproj
+++ b/test/Common/Common.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/test/Core.Test/Core.Test.csproj b/test/Core.Test/Core.Test.csproj
index 833422ddb99b..bb6034e546b9 100644
--- a/test/Core.Test/Core.Test.csproj
+++ b/test/Core.Test/Core.Test.csproj
@@ -10,7 +10,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/test/Identity.IntegrationTest/Identity.IntegrationTest.csproj b/test/Identity.IntegrationTest/Identity.IntegrationTest.csproj
index faa09e943947..5a7121dc34a9 100644
--- a/test/Identity.IntegrationTest/Identity.IntegrationTest.csproj
+++ b/test/Identity.IntegrationTest/Identity.IntegrationTest.csproj
@@ -12,7 +12,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/test/Identity.Test/Identity.Test.csproj b/test/Identity.Test/Identity.Test.csproj
index 427a3c32c014..6cebcbca1aa0 100644
--- a/test/Identity.Test/Identity.Test.csproj
+++ b/test/Identity.Test/Identity.Test.csproj
@@ -7,7 +7,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/test/Infrastructure.IntegrationTest/Infrastructure.IntegrationTest.csproj b/test/Infrastructure.IntegrationTest/Infrastructure.IntegrationTest.csproj
index f7ac9e4a62d5..4182a8edeeaf 100644
--- a/test/Infrastructure.IntegrationTest/Infrastructure.IntegrationTest.csproj
+++ b/test/Infrastructure.IntegrationTest/Infrastructure.IntegrationTest.csproj
@@ -8,9 +8,9 @@
-
-
-
+
+
+
diff --git a/test/IntegrationTestCommon/IntegrationTestCommon.csproj b/test/IntegrationTestCommon/IntegrationTestCommon.csproj
index 57f5e25780d0..e07cfd52b158 100644
--- a/test/IntegrationTestCommon/IntegrationTestCommon.csproj
+++ b/test/IntegrationTestCommon/IntegrationTestCommon.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/test/Server.IntegrationTest/Server.IntegrationTest.csproj b/test/Server.IntegrationTest/Server.IntegrationTest.csproj
index 7fc0278bbbfb..136c2ea9ec5a 100644
--- a/test/Server.IntegrationTest/Server.IntegrationTest.csproj
+++ b/test/Server.IntegrationTest/Server.IntegrationTest.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/util/Migrator/Migrator.csproj b/util/Migrator/Migrator.csproj
index 76cf70934788..771c799f7156 100644
--- a/util/Migrator/Migrator.csproj
+++ b/util/Migrator/Migrator.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/util/MsSqlMigratorUtility/MsSqlMigratorUtility.csproj b/util/MsSqlMigratorUtility/MsSqlMigratorUtility.csproj
index e85f84f77c25..538bf34bdbfa 100644
--- a/util/MsSqlMigratorUtility/MsSqlMigratorUtility.csproj
+++ b/util/MsSqlMigratorUtility/MsSqlMigratorUtility.csproj
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/util/Setup/Setup.csproj b/util/Setup/Setup.csproj
index ed2581bb0245..7d7ea60c0014 100644
--- a/util/Setup/Setup.csproj
+++ b/util/Setup/Setup.csproj
@@ -13,7 +13,7 @@
-
+