Skip to content

Commit

Permalink
Bump nunit from 4.1.0 to 4.2.2 in /src (#2497)
Browse files Browse the repository at this point in the history
Bumps [nunit](https://github.com/nunit/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: nunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 3cf41b0 commit 28f0bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/NUnitTestCore/NUnitTestCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<EmbeddedResource Include="..\..\Nupkg\ErikEJ.EntityFrameworkCore.DgmlBuilder\template.dgml" Link="template.dgml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="4.1.0" />
<PackageReference Include="nunit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<Version>5.4.1.1</Version>
</PackageReference>
<PackageReference Include="NUnit">
<Version>4.1.0</Version>
<Version>4.2.2</Version>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter">
<Version>4.6.0</Version>
Expand Down

0 comments on commit 28f0bf9

Please sign in to comment.