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 c69b2a9 commit 2adb01fCopy full SHA for 2adb01f
docs/core/testing/snippets/order-unit-tests/csharp/NUnit.TestProject/NUnit.Project.csproj
@@ -11,7 +11,7 @@
11
<PackageReference Include="NUnit" Version="4.3.2" />
12
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
13
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
14
- <PackageReference Include="NUnit.Analyzers" Version="4.8.0">
+ <PackageReference Include="NUnit.Analyzers" Version="4.8.1">
15
<PrivateAssets>all</PrivateAssets>
16
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
17
</PackageReference>
0 commit comments