Skip to content

Commit

Permalink
Update test projects to NServiceBus 7.2.3 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
bording authored Mar 3, 2020
1 parent 7858ed5 commit bdd0e44
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="NServiceBus" Version="7.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="NServiceBus" Version="7.2.3" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
</ItemGroup>

</Project>

0 comments on commit bdd0e44

Please sign in to comment.