Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent f4bfce7 commit 9e6aece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NServiceBus/Anotar.NServiceBus/Anotar.NServiceBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="NServiceBus" Version="8.1.6" />
<PackageReference Include="NServiceBus" Version="8.2.0" />

<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NServiceBus/AssemblyToProcess/AssemblyToProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<ProjectReference Include="..\Anotar.NServiceBus\Anotar.NServiceBus.csproj" />
<PackageReference Include="NServiceBus" Version="8.1.6" />
<PackageReference Include="NServiceBus" Version="8.2.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion NServiceBus/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.0" />
<PackageReference Include="NServiceBus" Version="8.1.6" />
<PackageReference Include="NServiceBus" Version="8.2.0" />
<PackageReference Include="Xunit" Version="2.7.0" />
<PackageReference Include="Verify.Xunit" Version="23.7.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
Expand Down

0 comments on commit 9e6aece

Please sign in to comment.