From 48cb9c7d0bee2371c22615996bdea1591d461937 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:43:21 +0000 Subject: [PATCH] chore(deps): update minor-updates-nuget (#946) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../AdminApi.Tests.Integration.csproj | 4 ++-- .../ConsumerApi.Tests.Integration.csproj | 4 ++-- .../test/DatabaseMigrator.Tests/DatabaseMigrator.Tests.csproj | 2 +- .../EventHandlerService.Tests.csproj | 2 +- .../FilesSanityCheck.Tests.csproj | 2 +- .../Job.IdentityDeletion.Tests.Integration.csproj | 2 +- .../Job.IdentityDeletion.Tests.csproj | 2 +- .../SseServer/test/SseServerTests/SseServerTests.csproj | 2 +- Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj | 2 +- .../src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj | 2 +- BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj | 2 +- .../BuildingBlocks.API.Tests/BuildingBlocks.API.Tests.csproj | 2 +- .../BuildingBlocks.Application.Tests.csproj | 2 +- .../BuildingBlocks.Infrastructure.Tests.csproj | 2 +- BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj | 2 +- .../DevelopmentKit.Identity.Tests.csproj | 2 +- BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj | 2 +- .../test/UnitTestTools.Tests/UnitTestTools.Tests.csproj | 2 +- .../Challenges.Application.Tests.csproj | 2 +- .../Devices.Application.Tests.csproj | 2 +- .../test/Devices.Domain.Tests/Devices.Domain.Tests.csproj | 2 +- .../Devices.Infrastructure.Tests.csproj | 2 +- Modules/Directory.Build.props | 2 +- .../Files.Application.Tests/Files.Application.Tests.csproj | 2 +- .../Files/test/Files.Domain.Tests/Files.Domain.Tests.csproj | 2 +- .../Files.Infrastructure.Tests.csproj | 2 +- .../Messages.Application.Tests.csproj | 2 +- .../test/Messages.Domain.Tests/Messages.Domain.Tests.csproj | 2 +- .../Quotas.Application.Tests/Quotas.Application.Tests.csproj | 2 +- .../test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj | 2 +- .../Quotas.Infrastructure.Tests.csproj | 2 +- .../Synchronization.Application.Tests.csproj | 2 +- .../Synchronization.Domain.Tests.csproj | 2 +- .../Tokens.Application.Tests/Tokens.Application.Tests.csproj | 2 +- .../test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj | 2 +- 35 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Applications/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj b/Applications/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj index b9cde92c0d..5a77045ba3 100644 --- a/Applications/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj +++ b/Applications/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj b/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj index b9346fdf3a..173014666d 100644 --- a/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj +++ b/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/Applications/DatabaseMigrator/test/DatabaseMigrator.Tests/DatabaseMigrator.Tests.csproj b/Applications/DatabaseMigrator/test/DatabaseMigrator.Tests/DatabaseMigrator.Tests.csproj index 7bf5e3f936..54d5ae5af4 100644 --- a/Applications/DatabaseMigrator/test/DatabaseMigrator.Tests/DatabaseMigrator.Tests.csproj +++ b/Applications/DatabaseMigrator/test/DatabaseMigrator.Tests/DatabaseMigrator.Tests.csproj @@ -10,7 +10,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Applications/EventHandlerService/test/EventHandlerService.Tests/EventHandlerService.Tests.csproj b/Applications/EventHandlerService/test/EventHandlerService.Tests/EventHandlerService.Tests.csproj index 82783b11bc..74dc2a5446 100644 --- a/Applications/EventHandlerService/test/EventHandlerService.Tests/EventHandlerService.Tests.csproj +++ b/Applications/EventHandlerService/test/EventHandlerService.Tests/EventHandlerService.Tests.csproj @@ -11,7 +11,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/Applications/FilesSanityCheck/test/Files.Jobs.SanityCheck.Tests/FilesSanityCheck.Tests.csproj b/Applications/FilesSanityCheck/test/Files.Jobs.SanityCheck.Tests/FilesSanityCheck.Tests.csproj index 16a3ff446e..bfd4625f6a 100644 --- a/Applications/FilesSanityCheck/test/Files.Jobs.SanityCheck.Tests/FilesSanityCheck.Tests.csproj +++ b/Applications/FilesSanityCheck/test/Files.Jobs.SanityCheck.Tests/FilesSanityCheck.Tests.csproj @@ -5,7 +5,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests.Integration/Job.IdentityDeletion.Tests.Integration.csproj b/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests.Integration/Job.IdentityDeletion.Tests.Integration.csproj index 17bb4f30f7..6623fe66cf 100644 --- a/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests.Integration/Job.IdentityDeletion.Tests.Integration.csproj +++ b/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests.Integration/Job.IdentityDeletion.Tests.Integration.csproj @@ -7,7 +7,7 @@ - + all diff --git a/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests/Job.IdentityDeletion.Tests.csproj b/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests/Job.IdentityDeletion.Tests.csproj index 0cd5683af7..392c19de33 100644 --- a/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests/Job.IdentityDeletion.Tests.csproj +++ b/Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests/Job.IdentityDeletion.Tests.csproj @@ -7,7 +7,7 @@ - + all diff --git a/Applications/SseServer/test/SseServerTests/SseServerTests.csproj b/Applications/SseServer/test/SseServerTests/SseServerTests.csproj index 454a7debd2..e0f25031b5 100644 --- a/Applications/SseServer/test/SseServerTests/SseServerTests.csproj +++ b/Applications/SseServer/test/SseServerTests/SseServerTests.csproj @@ -7,7 +7,7 @@ - + diff --git a/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj b/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj index 507c17e8d0..61a73fe378 100644 --- a/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj +++ b/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj @@ -6,7 +6,7 @@ - + diff --git a/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj b/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj index 2e63371aeb..a7ca9608cc 100644 --- a/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj +++ b/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj @@ -1,7 +1,7 @@  - + diff --git a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj index 476c8f670b..6324db29ea 100644 --- a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj +++ b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj @@ -11,7 +11,7 @@ - + diff --git a/BuildingBlocks/test/BuildingBlocks.API.Tests/BuildingBlocks.API.Tests.csproj b/BuildingBlocks/test/BuildingBlocks.API.Tests/BuildingBlocks.API.Tests.csproj index b81b307b13..0bbd811403 100644 --- a/BuildingBlocks/test/BuildingBlocks.API.Tests/BuildingBlocks.API.Tests.csproj +++ b/BuildingBlocks/test/BuildingBlocks.API.Tests/BuildingBlocks.API.Tests.csproj @@ -5,7 +5,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj b/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj index 6c4e0fa658..4148ffe228 100644 --- a/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj +++ b/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj b/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj index 51e4e50818..b0a17627d9 100644 --- a/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj +++ b/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj @@ -8,7 +8,7 @@ - + all diff --git a/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj b/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj index f8bea958f8..afb422bfc2 100644 --- a/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj +++ b/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj @@ -9,7 +9,7 @@ - + all diff --git a/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj b/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj index 48e1c5915a..0cbcbcdf3b 100644 --- a/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj +++ b/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj b/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj index 329e126673..2c8f9233e7 100644 --- a/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj +++ b/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/BuildingBlocks/test/UnitTestTools.Tests/UnitTestTools.Tests.csproj b/BuildingBlocks/test/UnitTestTools.Tests/UnitTestTools.Tests.csproj index 2680ca4397..bfc6ceea8c 100644 --- a/BuildingBlocks/test/UnitTestTools.Tests/UnitTestTools.Tests.csproj +++ b/BuildingBlocks/test/UnitTestTools.Tests/UnitTestTools.Tests.csproj @@ -5,7 +5,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Challenges/test/Challenges.Application.Tests/Challenges.Application.Tests.csproj b/Modules/Challenges/test/Challenges.Application.Tests/Challenges.Application.Tests.csproj index d9edf64249..6ba58610d8 100644 --- a/Modules/Challenges/test/Challenges.Application.Tests/Challenges.Application.Tests.csproj +++ b/Modules/Challenges/test/Challenges.Application.Tests/Challenges.Application.Tests.csproj @@ -8,7 +8,7 @@ - + all diff --git a/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj b/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj index ac193494fb..55b7645795 100644 --- a/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj +++ b/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj @@ -8,7 +8,7 @@ - + all diff --git a/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj b/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj index e674e717de..d17a2af758 100644 --- a/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj +++ b/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj @@ -6,7 +6,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj b/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj index 2e8566997d..b1b4ff29de 100644 --- a/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj +++ b/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj @@ -8,7 +8,7 @@ - + all diff --git a/Modules/Directory.Build.props b/Modules/Directory.Build.props index dca9cd8944..30aefeae66 100644 --- a/Modules/Directory.Build.props +++ b/Modules/Directory.Build.props @@ -35,7 +35,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj b/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj index 7f2a5c7e9d..df49560368 100644 --- a/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj +++ b/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj @@ -6,7 +6,7 @@ - + all diff --git a/Modules/Files/test/Files.Domain.Tests/Files.Domain.Tests.csproj b/Modules/Files/test/Files.Domain.Tests/Files.Domain.Tests.csproj index 850cb533f3..0e1139786f 100644 --- a/Modules/Files/test/Files.Domain.Tests/Files.Domain.Tests.csproj +++ b/Modules/Files/test/Files.Domain.Tests/Files.Domain.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/Modules/Files/test/Files.Infrastructure.Tests/Files.Infrastructure.Tests.csproj b/Modules/Files/test/Files.Infrastructure.Tests/Files.Infrastructure.Tests.csproj index d77cd92205..a9a61367f6 100644 --- a/Modules/Files/test/Files.Infrastructure.Tests/Files.Infrastructure.Tests.csproj +++ b/Modules/Files/test/Files.Infrastructure.Tests/Files.Infrastructure.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj b/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj index a9d42f1814..f4dc159464 100644 --- a/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj +++ b/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj @@ -6,7 +6,7 @@ - + all diff --git a/Modules/Messages/test/Messages.Domain.Tests/Messages.Domain.Tests.csproj b/Modules/Messages/test/Messages.Domain.Tests/Messages.Domain.Tests.csproj index bbfdaba5fb..94c07058d8 100644 --- a/Modules/Messages/test/Messages.Domain.Tests/Messages.Domain.Tests.csproj +++ b/Modules/Messages/test/Messages.Domain.Tests/Messages.Domain.Tests.csproj @@ -6,7 +6,7 @@ - + all diff --git a/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj b/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj index fcdb5b8d55..8e8c3ea160 100644 --- a/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj +++ b/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj @@ -6,7 +6,7 @@ - + all diff --git a/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj b/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj index 1113035aeb..63d3b9762d 100644 --- a/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj +++ b/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/Modules/Quotas/test/Quotas.Infrastructure.Tests/Quotas.Infrastructure.Tests.csproj b/Modules/Quotas/test/Quotas.Infrastructure.Tests/Quotas.Infrastructure.Tests.csproj index 6121c2672e..9fef36f169 100644 --- a/Modules/Quotas/test/Quotas.Infrastructure.Tests/Quotas.Infrastructure.Tests.csproj +++ b/Modules/Quotas/test/Quotas.Infrastructure.Tests/Quotas.Infrastructure.Tests.csproj @@ -7,7 +7,7 @@ - + all diff --git a/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj b/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj index 748f20da05..f4eead13f9 100644 --- a/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj +++ b/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj @@ -8,7 +8,7 @@ - + all diff --git a/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj b/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj index 8c24d77ef3..4f3eb01177 100644 --- a/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj +++ b/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj @@ -5,7 +5,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj b/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj index 9b5a39429f..d946f6fa5f 100644 --- a/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj +++ b/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj @@ -6,7 +6,7 @@ - + diff --git a/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj b/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj index ad1ea6f964..eb7748aff3 100644 --- a/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj +++ b/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj @@ -5,7 +5,7 @@ - +