Skip to content

Commit 33a0afd

Browse files
Bump NUnit (#42343)
Bumps the dotnet group in /docs/core/testing/snippets/order-unit-tests/csharp/NUnit.TestProject with 1 update: [NUnit](https://github.com/nunit/nunit). Updates `NUnit` from 4.1.0 to 4.2.1 - [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.1) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1f6a11 commit 33a0afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/snippets/order-unit-tests/csharp/NUnit.TestProject/NUnit.Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="NUnit" Version="4.1.0" />
11+
<PackageReference Include="NUnit" Version="4.2.1" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
1414
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">

0 commit comments

Comments
 (0)