Skip to content

Commit 7452166

Browse files
committed
Bump RabbitMQ.Client to 6.8.0
The RabbitMQ client introduced a breaking API change in a constructor in 6.8.0: rabbitmq/rabbitmq-dotnet-client#1438 So this lib needs to be recompiled against the new version of RabbitMQ to be fully compatible.
1 parent 3253031 commit 7452166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AddUp.FakeRabbitMQ/AddUp.FakeRabbitMQ.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
31-
<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
31+
<PackageReference Include="RabbitMQ.Client" Version="6.8.0" />
3232
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.15.0.81779">
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)