From 9c49e18b8ae36ab421959741837a1fe68a32b9b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:38:03 +0000 Subject: [PATCH] chore(deps): update nuget packages --- Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj | 4 ++-- .../tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj | 4 ++-- .../ArmoniK.Core.Adapters.LocalStorage.Tests.csproj | 4 ++-- .../tests/ArmoniK.Core.Adapters.Memory.Tests.csproj | 4 ++-- .../MongoDB/src/ArmoniK.Core.Adapters.MongoDB.csproj | 2 +- .../tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj | 4 ++-- .../src/ArmoniK.Core.Adapters.RabbitMQ.csproj | 2 +- .../ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj | 4 ++-- .../Redis/src/ArmoniK.Core.Adapters.Redis.csproj | 2 +- .../tests/ArmoniK.Core.Adapters.Redis.Tests.csproj | 4 ++-- Adaptors/S3/src/ArmoniK.Core.Adapters.S3.csproj | 6 +++--- .../S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj | 8 ++++---- Base/src/ArmoniK.Core.Base.csproj | 2 +- Common/src/ArmoniK.Core.Common.csproj | 8 ++++---- Common/tests/ArmoniK.Core.Common.Tests.csproj | 12 ++++++------ .../src/ArmoniK.Core.Compute.PollingAgent.csproj | 6 +++--- .../Metrics/src/ArmoniK.Core.Control.Metrics.csproj | 4 ++-- .../src/ArmoniK.Core.Control.PartitionMetrics.csproj | 4 ++-- .../src/ArmoniK.Core.Control.Submitter.csproj | 8 ++++---- .../ArmoniK.Core.Control.Submitter.Tests.csproj | 4 ++-- .../src/ArmoniK.Core.ProfilingTools.csproj | 4 ++-- .../Client/src/ArmoniK.Samples.Bench.Client.csproj | 6 +++--- .../Server/src/ArmoniK.Samples.Bench.Server.csproj | 2 +- .../src/ArmoniK.Core.Common.Tests.Client.csproj | 6 +++--- .../Client/src/ArmoniK.Samples.HtcMock.Client.csproj | 4 ++-- .../Server/src/ArmoniK.Samples.HtcMock.Server.csproj | 2 +- ...tensions.Common.StreamWrapper.Tests.Client.csproj | 6 +++--- ...tensions.Common.StreamWrapper.Tests.Server.csproj | 2 +- Utils/src/ArmoniK.Core.Utils.csproj | 4 ++-- 29 files changed, 66 insertions(+), 66 deletions(-) diff --git a/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj b/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj index 16f47f8d7..fa0474503 100644 --- a/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj +++ b/Adaptors/Amqp/src/ArmoniK.Core.Adapters.Amqp.csproj @@ -25,12 +25,12 @@ - + 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 49ce946db..18a7baf4e 100644 --- a/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj +++ b/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj @@ -13,9 +13,9 @@ - + - + diff --git a/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj b/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj index 298a505e2..5787c609e 100644 --- a/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj +++ b/Adaptors/LocalStorage/tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj b/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj index a00758117..17b239a1b 100644 --- a/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj +++ b/Adaptors/Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj @@ -13,9 +13,9 @@ - + - + diff --git a/Adaptors/MongoDB/src/ArmoniK.Core.Adapters.MongoDB.csproj b/Adaptors/MongoDB/src/ArmoniK.Core.Adapters.MongoDB.csproj index d16624813..8e642c935 100644 --- a/Adaptors/MongoDB/src/ArmoniK.Core.Adapters.MongoDB.csproj +++ b/Adaptors/MongoDB/src/ArmoniK.Core.Adapters.MongoDB.csproj @@ -27,7 +27,7 @@ - + diff --git a/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj b/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj index 0a0a29f7b..0dd4c31e5 100644 --- a/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj +++ b/Adaptors/MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj b/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj index 47c0f74b1..8898a321a 100644 --- a/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj +++ b/Adaptors/RabbitMQ/src/ArmoniK.Core.Adapters.RabbitMQ.csproj @@ -26,7 +26,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 49eca794c..ae0206ea8 100644 --- a/Adaptors/RabbitMQ/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj +++ b/Adaptors/RabbitMQ/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj @@ -13,9 +13,9 @@ - + - + diff --git a/Adaptors/Redis/src/ArmoniK.Core.Adapters.Redis.csproj b/Adaptors/Redis/src/ArmoniK.Core.Adapters.Redis.csproj index af4b91956..15d862b57 100644 --- a/Adaptors/Redis/src/ArmoniK.Core.Adapters.Redis.csproj +++ b/Adaptors/Redis/src/ArmoniK.Core.Adapters.Redis.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 0601bd38e..7c78ff9dc 100644 --- a/Adaptors/Redis/tests/ArmoniK.Core.Adapters.Redis.Tests.csproj +++ b/Adaptors/Redis/tests/ArmoniK.Core.Adapters.Redis.Tests.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/Adaptors/S3/src/ArmoniK.Core.Adapters.S3.csproj b/Adaptors/S3/src/ArmoniK.Core.Adapters.S3.csproj index 7195e94c6..3a3df4244 100644 --- a/Adaptors/S3/src/ArmoniK.Core.Adapters.S3.csproj +++ b/Adaptors/S3/src/ArmoniK.Core.Adapters.S3.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj b/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj index d4c1eaa0e..03da6818d 100644 --- a/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj +++ b/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj @@ -9,11 +9,11 @@ - + - - - + + + diff --git a/Base/src/ArmoniK.Core.Base.csproj b/Base/src/ArmoniK.Core.Base.csproj index 894dd90fa..d6411d274 100644 --- a/Base/src/ArmoniK.Core.Base.csproj +++ b/Base/src/ArmoniK.Core.Base.csproj @@ -27,7 +27,7 @@ - + diff --git a/Common/src/ArmoniK.Core.Common.csproj b/Common/src/ArmoniK.Core.Common.csproj index 0266ba802..d7c6ac209 100644 --- a/Common/src/ArmoniK.Core.Common.csproj +++ b/Common/src/ArmoniK.Core.Common.csproj @@ -27,12 +27,12 @@ - - + + - + - + diff --git a/Common/tests/ArmoniK.Core.Common.Tests.csproj b/Common/tests/ArmoniK.Core.Common.Tests.csproj index 4617c8662..79f9ec0f9 100644 --- a/Common/tests/ArmoniK.Core.Common.Tests.csproj +++ b/Common/tests/ArmoniK.Core.Common.Tests.csproj @@ -14,13 +14,13 @@ - - - + + + - - - + + + diff --git a/Compute/PollingAgent/src/ArmoniK.Core.Compute.PollingAgent.csproj b/Compute/PollingAgent/src/ArmoniK.Core.Compute.PollingAgent.csproj index 16088298f..499a41805 100644 --- a/Compute/PollingAgent/src/ArmoniK.Core.Compute.PollingAgent.csproj +++ b/Compute/PollingAgent/src/ArmoniK.Core.Compute.PollingAgent.csproj @@ -29,10 +29,10 @@ - + - - + + diff --git a/Control/Metrics/src/ArmoniK.Core.Control.Metrics.csproj b/Control/Metrics/src/ArmoniK.Core.Control.Metrics.csproj index 5d9f9b3c0..4a9bd17c3 100644 --- a/Control/Metrics/src/ArmoniK.Core.Control.Metrics.csproj +++ b/Control/Metrics/src/ArmoniK.Core.Control.Metrics.csproj @@ -29,9 +29,9 @@ - + - + diff --git a/Control/PartitionMetrics/src/ArmoniK.Core.Control.PartitionMetrics.csproj b/Control/PartitionMetrics/src/ArmoniK.Core.Control.PartitionMetrics.csproj index 0d94418ab..32c2d431d 100644 --- a/Control/PartitionMetrics/src/ArmoniK.Core.Control.PartitionMetrics.csproj +++ b/Control/PartitionMetrics/src/ArmoniK.Core.Control.PartitionMetrics.csproj @@ -30,9 +30,9 @@ - + - + diff --git a/Control/Submitter/src/ArmoniK.Core.Control.Submitter.csproj b/Control/Submitter/src/ArmoniK.Core.Control.Submitter.csproj index 25e6bf77d..e1d26b1fe 100644 --- a/Control/Submitter/src/ArmoniK.Core.Control.Submitter.csproj +++ b/Control/Submitter/src/ArmoniK.Core.Control.Submitter.csproj @@ -29,10 +29,10 @@ - - - - + + + + diff --git a/Control/Submitter/tests/ArmoniK.Core.Control.Submitter.Tests.csproj b/Control/Submitter/tests/ArmoniK.Core.Control.Submitter.Tests.csproj index 3ca2b78b5..5bab7bda1 100644 --- a/Control/Submitter/tests/ArmoniK.Core.Control.Submitter.Tests.csproj +++ b/Control/Submitter/tests/ArmoniK.Core.Control.Submitter.Tests.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/ProfilingTools/src/ArmoniK.Core.ProfilingTools.csproj b/ProfilingTools/src/ArmoniK.Core.ProfilingTools.csproj index 07ebbfa38..d6ce4c050 100644 --- a/ProfilingTools/src/ArmoniK.Core.ProfilingTools.csproj +++ b/ProfilingTools/src/ArmoniK.Core.ProfilingTools.csproj @@ -28,9 +28,9 @@ - + - + diff --git a/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj b/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj index 1d1ba0c6e..3fc67d3d6 100644 --- a/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj +++ b/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj @@ -25,9 +25,9 @@ - - - + + + diff --git a/Tests/Bench/Server/src/ArmoniK.Samples.Bench.Server.csproj b/Tests/Bench/Server/src/ArmoniK.Samples.Bench.Server.csproj index 31fde4878..a3c87aea5 100644 --- a/Tests/Bench/Server/src/ArmoniK.Samples.Bench.Server.csproj +++ b/Tests/Bench/Server/src/ArmoniK.Samples.Bench.Server.csproj @@ -26,7 +26,7 @@ - + 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 588ea3a35..408026542 100644 --- a/Tests/Common/Client/src/ArmoniK.Core.Common.Tests.Client.csproj +++ b/Tests/Common/Client/src/ArmoniK.Core.Common.Tests.Client.csproj @@ -26,11 +26,11 @@ - - + + - + diff --git a/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj b/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj index a8162c52f..bcdf82504 100644 --- a/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj +++ b/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj @@ -25,8 +25,8 @@ - - + + diff --git a/Tests/HtcMock/Server/src/ArmoniK.Samples.HtcMock.Server.csproj b/Tests/HtcMock/Server/src/ArmoniK.Samples.HtcMock.Server.csproj index 226caf396..6ca6b2118 100644 --- a/Tests/HtcMock/Server/src/ArmoniK.Samples.HtcMock.Server.csproj +++ b/Tests/HtcMock/Server/src/ArmoniK.Samples.HtcMock.Server.csproj @@ -26,7 +26,7 @@ - + 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 68c035a66..2c3091f10 100644 --- a/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj +++ b/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj @@ -26,11 +26,11 @@ - - + + - + diff --git a/Tests/Stream/Server/ArmoniK.Extensions.Common.StreamWrapper.Tests.Server.csproj b/Tests/Stream/Server/ArmoniK.Extensions.Common.StreamWrapper.Tests.Server.csproj index f2bbd442a..f43af0158 100644 --- a/Tests/Stream/Server/ArmoniK.Extensions.Common.StreamWrapper.Tests.Server.csproj +++ b/Tests/Stream/Server/ArmoniK.Extensions.Common.StreamWrapper.Tests.Server.csproj @@ -24,7 +24,7 @@ - + diff --git a/Utils/src/ArmoniK.Core.Utils.csproj b/Utils/src/ArmoniK.Core.Utils.csproj index 196019529..d9724a542 100644 --- a/Utils/src/ArmoniK.Core.Utils.csproj +++ b/Utils/src/ArmoniK.Core.Utils.csproj @@ -29,9 +29,9 @@ - + - +