Skip to content

Commit

Permalink
Bump Particular.Approvals from 1.0.0 to 2.0.0 in /src
Browse files Browse the repository at this point in the history
Bumps Particular.Approvals from 1.0.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: Particular.Approvals
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 6b16493 commit bd9b1eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" PrivateAssets="All" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" PrivateAssets="All" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" PrivateAssets="All" />
<PackageReference Include="Particular.Approvals" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Particular.Approvals" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="4.1.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/NServiceBus.Core.Tests/NServiceBus.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Particular.Approvals" Version="1.0.0" />
<PackageReference Include="Particular.Approvals" Version="2.0.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Particular.Approvals" Version="1.0.0" />
<PackageReference Include="Particular.Approvals" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bd9b1eb

Please sign in to comment.