From 8f881b6a4e84b527c245ded29e1095b00f0e34bb Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 9 Jun 2024 22:46:30 +0000
Subject: [PATCH] chore(deps): update nuget packages
---
Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj | 2 +-
.../tests/ArmoniK.Core.Adapters.LocalStorage.Tests.csproj | 2 +-
.../Memory/tests/ArmoniK.Core.Adapters.Memory.Tests.csproj | 2 +-
.../MongoDB/tests/ArmoniK.Core.Adapters.MongoDB.Tests.csproj | 2 +-
.../tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj | 2 +-
Adaptors/Redis/tests/ArmoniK.Core.Adapters.Redis.Tests.csproj | 2 +-
Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj | 4 ++--
Common/src/ArmoniK.Core.Common.csproj | 4 ++--
Common/tests/ArmoniK.Core.Common.Tests.csproj | 2 +-
Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj | 4 ++--
Tests/Connectivity/src/ArmoniK.Core.Tests.Connectivity.csproj | 2 +-
.../Client/src/ArmoniK.Samples.CrashingWorker.Client.csproj | 4 ++--
.../HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj | 4 ++--
...rmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj | 2 +-
14 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj b/Adaptors/Amqp/tests/ArmoniK.Core.Adapters.Amqp.Tests.csproj
index 9653dfb48..6b81039aa 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 6c3151e74..08ac0309d 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 55881815c..5a99ea721 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 3c081ad07..8de02ab46 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/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj b/Adaptors/RabbitMQ/tests/ArmoniK.Core.Adapters.RabbitMQ.Tests.csproj
index 5231041c6..4aec64060 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 a87427723..dfb5f30ce 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 9074edd1d..db0b5e077 100644
--- a/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj
+++ b/Adaptors/S3/tests/ArmoniK.Core.Adapters.S3.Tests.csproj
@@ -10,9 +10,9 @@
-
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/Common/src/ArmoniK.Core.Common.csproj b/Common/src/ArmoniK.Core.Common.csproj
index ee567e24c..f0134a78b 100644
--- a/Common/src/ArmoniK.Core.Common.csproj
+++ b/Common/src/ArmoniK.Core.Common.csproj
@@ -35,8 +35,8 @@
-
-
+
+
diff --git a/Common/tests/ArmoniK.Core.Common.Tests.csproj b/Common/tests/ArmoniK.Core.Common.Tests.csproj
index 0ffc938a6..bd2585a80 100644
--- a/Common/tests/ArmoniK.Core.Common.Tests.csproj
+++ b/Common/tests/ArmoniK.Core.Common.Tests.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj b/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj
index cc75eacb3..c5b4c4bed 100644
--- a/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj
+++ b/Tests/Bench/Client/src/ArmoniK.Samples.Bench.Client.csproj
@@ -29,8 +29,8 @@
-
-
+
+
diff --git a/Tests/Connectivity/src/ArmoniK.Core.Tests.Connectivity.csproj b/Tests/Connectivity/src/ArmoniK.Core.Tests.Connectivity.csproj
index b812a5407..3a4f5d93c 100644
--- a/Tests/Connectivity/src/ArmoniK.Core.Tests.Connectivity.csproj
+++ b/Tests/Connectivity/src/ArmoniK.Core.Tests.Connectivity.csproj
@@ -28,7 +28,7 @@
-
+
diff --git a/Tests/CrashingWorker/Client/src/ArmoniK.Samples.CrashingWorker.Client.csproj b/Tests/CrashingWorker/Client/src/ArmoniK.Samples.CrashingWorker.Client.csproj
index a464a03a6..2aba51a4e 100644
--- a/Tests/CrashingWorker/Client/src/ArmoniK.Samples.CrashingWorker.Client.csproj
+++ b/Tests/CrashingWorker/Client/src/ArmoniK.Samples.CrashingWorker.Client.csproj
@@ -29,8 +29,8 @@
-
-
+
+
diff --git a/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj b/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj
index 6433c7a0f..752c1c049 100644
--- a/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj
+++ b/Tests/HtcMock/Client/src/ArmoniK.Samples.HtcMock.Client.csproj
@@ -30,8 +30,8 @@
-
-
+
+
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 6cddad7e4..d490db7a7 100644
--- a/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj
+++ b/Tests/Stream/Client/ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.csproj
@@ -28,7 +28,7 @@
-
+