Bump RabbitMQ.Client to 6.8.1

Might fix a timeout issue. See issue 1355 on rabbitmq-dotnet-client Github. If it turns out to be another issue, upgrading the library is good either way.
This commit is contained in:
Mark van Renswoude 2024-03-27 14:17:40 +01:00
parent b6bff2a2b8
commit aa48b4bce3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2022.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
<PackageReference Include="RabbitMQ.Client" Version="[6.5]" />
<PackageReference Include="RabbitMQ.Client" Version="[6.8.1]" />
</ItemGroup>
<ItemGroup>