From 94bcfe76205cc5d0a85d5c5315c1778ccf5e5e77 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sun, 28 Jan 2024 09:37:00 +1100 Subject: [PATCH] Upgrade test dependencies. Downgrade System.Threading.Channels, System.IO.Pipelines, System.Text.Json and System.Net.Http.Json to minimum versions necessary Bump Erlang version, add comment --- .ci/windows/versions.json | 2 +- .../RabbitMQ.Client.OAuth2.csproj | 9 ++++++--- projects/RabbitMQ.Client/RabbitMQ.Client.csproj | 16 ++++++++++++---- projects/Test/Common/Common.csproj | 2 +- projects/Test/Integration/Integration.csproj | 6 +++--- projects/Test/OAuth2/OAuth2.csproj | 10 +++++----- .../SequentialIntegration.csproj | 6 +++--- projects/Test/Unit/Unit.csproj | 6 +++--- 8 files changed, 34 insertions(+), 23 deletions(-) diff --git a/.ci/windows/versions.json b/.ci/windows/versions.json index 231e0b5b4..11c0c71d1 100644 --- a/.ci/windows/versions.json +++ b/.ci/windows/versions.json @@ -1,4 +1,4 @@ { - "erlang": "26.2.2", + "erlang": "26.2.3", "rabbitmq": "3.13.0" } diff --git a/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj b/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj index 905eac629..a84837b45 100644 --- a/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj +++ b/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj @@ -50,9 +50,12 @@ - - - + + + + + + diff --git a/projects/RabbitMQ.Client/RabbitMQ.Client.csproj b/projects/RabbitMQ.Client/RabbitMQ.Client.csproj index bd69ae993..56cceae98 100644 --- a/projects/RabbitMQ.Client/RabbitMQ.Client.csproj +++ b/projects/RabbitMQ.Client/RabbitMQ.Client.csproj @@ -61,13 +61,21 @@ - - - - + + + + + + diff --git a/projects/Test/Common/Common.csproj b/projects/Test/Common/Common.csproj index 15f2f0967..7b36b33de 100644 --- a/projects/Test/Common/Common.csproj +++ b/projects/Test/Common/Common.csproj @@ -22,7 +22,7 @@ - + diff --git a/projects/Test/Integration/Integration.csproj b/projects/Test/Integration/Integration.csproj index 99ec778e1..783224c57 100644 --- a/projects/Test/Integration/Integration.csproj +++ b/projects/Test/Integration/Integration.csproj @@ -35,10 +35,10 @@ --> - + - - + + diff --git a/projects/Test/OAuth2/OAuth2.csproj b/projects/Test/OAuth2/OAuth2.csproj index aea8b6d1b..4afbf0b19 100644 --- a/projects/Test/OAuth2/OAuth2.csproj +++ b/projects/Test/OAuth2/OAuth2.csproj @@ -21,13 +21,13 @@ - + - - + + - - + + diff --git a/projects/Test/SequentialIntegration/SequentialIntegration.csproj b/projects/Test/SequentialIntegration/SequentialIntegration.csproj index 1020dddbb..cea571fc1 100644 --- a/projects/Test/SequentialIntegration/SequentialIntegration.csproj +++ b/projects/Test/SequentialIntegration/SequentialIntegration.csproj @@ -34,10 +34,10 @@ - + - - + + diff --git a/projects/Test/Unit/Unit.csproj b/projects/Test/Unit/Unit.csproj index 593e1d5e5..91bac4e3c 100644 --- a/projects/Test/Unit/Unit.csproj +++ b/projects/Test/Unit/Unit.csproj @@ -20,10 +20,10 @@ - + - - + +