Skip to content

Commit

Permalink
Bump Verify.NUnit and NUnit
Browse files Browse the repository at this point in the history
Bumps [Verify.NUnit](https://github.com/VerifyTests/Verify) and [NUnit](https://github.com/nunit/nunit). These dependencies needed to be updated together.

Updates `Verify.NUnit` from 25.3.2 to 26.4.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@25.3.2...26.4.0)

Updates `NUnit` from 4.1.0 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.1.0...4.2.2)

---
updated-dependencies:
- dependency-name: Verify.NUnit
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 5, 2024
1 parent efcd8e8 commit c7d0b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Package versions for package references across all projects -->
<ItemGroup>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Update="NUnit" Version="4.1.0" />
<PackageReference Update="NUnit" Version="4.2.2" />
<PackageReference Update="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions tests/SilkTouch/Silk.NET.SilkTouch.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="NUnit" Version="4.1.0" />
<PackageReference Update="NUnit" Version="4.2.2" />
<PackageReference Include="Silk.NET.BuildTools" Version="2.21.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="Verify.DiffPlex" Version="3.0.0" />
<PackageReference Include="Verify.NUnit" Version="25.3.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<None Include="**/*.received.*" />
<None Include="**/*.verified.*" />
</ItemGroup>
Expand Down

0 comments on commit c7d0b20

Please sign in to comment.