We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52b6d0 commit ca1132dCopy full SHA for ca1132d
docs/core/testing/snippets/order-unit-tests/csharp/NUnit.TestProject/NUnit.Project.csproj
@@ -11,7 +11,7 @@
11
<PackageReference Include="NUnit" Version="4.4.0" />
12
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
13
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
14
- <PackageReference Include="NUnit.Analyzers" Version="4.10.0">
+ <PackageReference Include="NUnit.Analyzers" Version="4.11.2">
15
<PrivateAssets>all</PrivateAssets>
16
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
17
</PackageReference>
0 commit comments