Skip to content

Commit

Permalink
fix: add MassTransit package to IntegrationTestsToolbox project
Browse files Browse the repository at this point in the history
The MassTransit package, version 8.1.1, has been added to the IntegrationTestsToolbox project to facilitate the messaging framework for our tests. This addition will provide the necessary support for testing distributed systems.
  • Loading branch information
kamilbaczek committed Nov 11, 2023
1 parent b20eb15 commit 4fe5b59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="MassTransit" Version="8.1.1" />
<PackageReference Include="Verify.Xunit" Version="19.11.2" />
<PackageReference Include="Testcontainers" Version="3.0.0" />
<PackageReference Include="Testcontainers.PostgreSql" Version="3.0.0" />
Expand Down

0 comments on commit 4fe5b59

Please sign in to comment.