Skip to content

Commit 2a2d8e5

Browse files
Bump NUnit and Verify.NUnit in /src
Bumps [NUnit](https://github.com/nunit/nunit) and [Verify.NUnit](https://github.com/VerifyTests/Verify). These dependencies needed to be updated together. Updates `NUnit` from 4.3.2 to 4.3.2 - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](nunit/nunit@4.3.2...4.3.2) Updates `Verify.NUnit` from 28.7.1 to 28.8.1 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/commits) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Verify.NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7c02e7 commit 2a2d8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Orc.FeatureToggles.Tests/Orc.FeatureToggles.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="NUnit" Version="4.3.2" PrivateAssets="all" />
2424
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" PrivateAssets="all" />
2525
<PackageReference Include="PublicApiGenerator" Version="11.3.0" PrivateAssets="all" />
26-
<PackageReference Include="Verify.NUnit" Version="28.7.1" />
26+
<PackageReference Include="Verify.NUnit" Version="28.8.1" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)