Skip to content

Commit

Permalink
Reverse rabbitmq.client version upgrade
Browse files Browse the repository at this point in the history
Test ReceiveOnSubscribe_WHEN_SubscriberQueueDeleted_THEN_ItRecreates_SubscriberQueue_AND_ReceivesPublishedData fails with rabbitmq.client version 5.1.2 and passes with version 5.1.0
  • Loading branch information
rsivanov committed Feb 11, 2020
1 parent 561c49b commit cc166d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rebus.RabbitMq.Tests/Rebus.RabbitMq.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="rabbitmq.client" Version="5.1.2" />
<PackageReference Include="rabbitmq.client" Version="5.1.0" />
<PackageReference Include="rebus" Version="6.0.0" />
<PackageReference Include="rebus.tests.contracts" Version="6.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Rebus.RabbitMq/Rebus.RabbitMq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="rebus" Version="6.0.0" />
<PackageReference Include="RabbitMq.Client" Version="5.1.2" />
<PackageReference Include="RabbitMq.Client" Version="5.1.0" />
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="$(ProjectDir)..\scripts\patch_assemblyinfo.cmd $(ProjectDir)" />
Expand Down

0 comments on commit cc166d9

Please sign in to comment.