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 34ebc39 commit bc2ca93Copy full SHA for bc2ca93
core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj
@@ -9,7 +9,7 @@
9
<!--<snippetPackages>-->
10
<ItemGroup>
11
<PackageReference Include="nunit" Version="3.12.0" />
12
- <PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
+ <PackageReference Include="NUnit3TestAdapter" Version="3.16.0" />
13
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
14
</ItemGroup>
15
<!--</snippetPackages>-->
0 commit comments