Skip to content

Commit ca1132d

Browse files
Bump the dotnet group with 1 update (#49582)
Bumps NUnit.Analyzers from 4.10.0 to 4.11.2 --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-version: 4.11.2 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 f52b6d0 commit ca1132d

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
@@ -11,7 +11,7 @@
1111
<PackageReference Include="NUnit" Version="4.4.0" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
14-
<PackageReference Include="NUnit.Analyzers" Version="4.10.0">
14+
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)