Skip to content

Commit

Permalink
Bump NServiceBus.AcceptanceTesting from 8.0.3 to 8.1.2 in /src
Browse files Browse the repository at this point in the history
Bumps [NServiceBus.AcceptanceTesting](https://github.com/Particular/NServiceBus) from 8.0.3 to 8.1.2.
- [Release notes](https://github.com/Particular/NServiceBus/releases)
- [Commits](Particular/NServiceBus@8.0.3...8.1.2)

---
updated-dependencies:
- dependency-name: NServiceBus.AcceptanceTesting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent aa03a1e commit 33cd28b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.0.3" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.1.2" />
<PackageReference Include="SimpleExec" Version="8.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net48</TargetFrameworks>
Expand Down Expand Up @@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="NServiceBus" Version="8.0.3" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.0.3" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 33cd28b

Please sign in to comment.