From 0c2bbf396cb636f7f4e36496f21d62d9a54229d8 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Fri, 31 Mar 2023 08:01:26 +0200 Subject: [PATCH] Fixed RabbitMQ.Client reference to 6.5 Removed obsolete dependency on System.Configuration.ConfigurationManager --- Tapeti/Connection/TapetiClient.cs | 2 +- Tapeti/Tapeti.csproj | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Tapeti/Connection/TapetiClient.cs b/Tapeti/Connection/TapetiClient.cs index 04cd078..b23038e 100644 --- a/Tapeti/Connection/TapetiClient.cs +++ b/Tapeti/Connection/TapetiClient.cs @@ -820,7 +820,7 @@ namespace Tapeti.Connection } finally { - capturedConnection?.Dispose(); + capturedConnection.Dispose(); } } diff --git a/Tapeti/Tapeti.csproj b/Tapeti/Tapeti.csproj index 2ba6a69..67eaba9 100644 --- a/Tapeti/Tapeti.csproj +++ b/Tapeti/Tapeti.csproj @@ -25,8 +25,7 @@ - - +