From cec871cd8cd4976ddd76919a67167ac1f2da7a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 01:30:22 +0000 Subject: [PATCH] chore(deps): update nuget packages --- .../Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj | 2 +- .../tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj | 2 +- ...ArmoniK.Core.Adapters.LocalStorage.Tests.csproj | 2 +- .../ArmoniK.Core.Adapters.Memory.Tests.csproj | 2 +- .../ArmoniK.Core.Adapters.MongoDB.Tests.csproj | 2 +- .../src/ArmoniK.Core.Adapters.RabbitMQ.csproj | 2 +- .../ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj | 2 +- .../tests/ArmoniK.Core.Adapters.Redis.Tests.csproj | 2 +- .../S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj | 2 +- Base/src/ArmoniK.Core.Base.csproj | 4 ++-- Common/src/ArmoniK.Core.Common.csproj | 14 +++++++------- Common/tests/ArmoniK.Core.Common.Tests.csproj | 4 ++-- .../Client/src/ArmoniK.Samples.Bench.Client.csproj | 12 ++++++------ .../src/ArmoniK.Core.Common.Tests.Client.csproj | 4 ++-- .../src/ArmoniK.Samples.HtcMock.Client.csproj | 12 ++++++------ ...nsions.Common.StreamWrapper.Tests.Client.csproj | 4 ++-- Utils/src/ArmoniK.Core.Utils.csproj | 10 +++++----- 17 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj b/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj index 963f1e809..1eda9b67e 100644 --- a/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj +++ b/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj @@ -26,7 +26,7 @@ - + false runtime diff --git a/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj b/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj index 1f216e23b..befd234ba 100644 --- a/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj +++ b/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj b/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj index 61f5bc48f..2e52b8cf5 100644 --- a/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj +++ b/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj b/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj index 93b752a0b..3a5312b2e 100644 --- a/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj +++ b/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj b/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj index 1cfb5a750..9a85223d3 100644 --- a/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj +++ b/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj b/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj index 8898a321a..f50485ab3 100644 --- a/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj +++ b/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj @@ -27,7 +27,7 @@ - + false runtime diff --git a/Adaptors/RabbitMQ/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj b/Adaptors/RabbitMQ/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj index da703a30a..5269b650a 100644 --- a/Adaptors/RabbitMQ/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj +++ b/Adaptors/RabbitMQ/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Adaptors/Redis/tests/ArmoniK.Core.Adapters.Redis.Tests.csproj b/Adaptors/Redis/tests/ArmoniK.Core.Adapters.Redis.Tests.csproj index 1edc2b86d..577a46e41 100644 --- a/Adaptors/Redis/tests/ArmoniK.Core.Adapters.Redis.Tests.csproj +++ b/Adaptors/Redis/tests/ArmoniK.Core.Adapters.Redis.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj b/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj index 587f8cec1..c37c5968e 100644 --- a/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj +++ b/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj @@ -10,7 +10,7 @@ - + all diff --git a/Base/src/ArmoniK.Core.Base.csproj b/Base/src/ArmoniK.Core.Base.csproj index 909203acd..6aa14a6c3 100644 --- a/Base/src/ArmoniK.Core.Base.csproj +++ b/Base/src/ArmoniK.Core.Base.csproj @@ -28,8 +28,8 @@ - - + + diff --git a/Common/src/ArmoniK.Core.Common.csproj b/Common/src/ArmoniK.Core.Common.csproj index 876d3bfbe..3f42eb910 100644 --- a/Common/src/ArmoniK.Core.Common.csproj +++ b/Common/src/ArmoniK.Core.Common.csproj @@ -30,15 +30,15 @@ - + - - - - - - + + + + + + diff --git a/Common/tests/ArmoniK.Core.Common.Tests.csproj b/Common/tests/ArmoniK.Core.Common.Tests.csproj index 819bd138e..cff26fe02 100644 --- a/Common/tests/ArmoniK.Core.Common.Tests.csproj +++ b/Common/tests/ArmoniK.Core.Common.Tests.csproj @@ -14,10 +14,10 @@ - + - + diff --git a/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj b/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj index 5bd274b31..6c9a4ffd8 100644 --- a/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj +++ b/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj @@ -25,12 +25,12 @@ - - - - - - + + + + + + diff --git a/Tests/Common/Client/src/ArmoniK.Core.Common.Tests.Client.csproj b/Tests/Common/Client/src/ArmoniK.Core.Common.Tests.Client.csproj index a7ea8781a..cd104a425 100644 --- a/Tests/Common/Client/src/ArmoniK.Core.Common.Tests.Client.csproj +++ b/Tests/Common/Client/src/ArmoniK.Core.Common.Tests.Client.csproj @@ -27,8 +27,8 @@ - - + + diff --git a/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj b/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj index 89d86ad5e..5f18596c5 100644 --- a/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj +++ b/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj @@ -25,12 +25,12 @@ - - - - - - + + + + + + diff --git a/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj b/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj index a877d70dc..5d8ce4007 100644 --- a/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj +++ b/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj @@ -27,8 +27,8 @@ - - + + diff --git a/Utils/src/ArmoniK.Core.Utils.csproj b/Utils/src/ArmoniK.Core.Utils.csproj index 5790dab46..3dc6e3931 100644 --- a/Utils/src/ArmoniK.Core.Utils.csproj +++ b/Utils/src/ArmoniK.Core.Utils.csproj @@ -27,11 +27,11 @@ - - - - - + + + + +