Skip to content

Commit

Permalink
Merge pull request #123 from mauroservienti/use-dependencies-ranges
Browse files Browse the repository at this point in the history
use dependencies ranges for NServiceBus and NServiceBus.AcceptanceTesting
  • Loading branch information
mauroservienti authored Feb 23, 2021
2 parents e903794 + 1ab0434 commit 8bcf1b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="7.4.4"/>
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="7.4.4"/>
<PackageReference Include="NServiceBus" Version="[7.4.3, 8.0.0)"/>
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="[7.4.3, 8.0.0)"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8bcf1b7

Please sign in to comment.