Skip to content

Commit 6695226

Browse files
dependabot-preview[bot]BillWagner
authored andcommitted
Bump NUnit3TestAdapter (#1892)
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 3.15.1 to 3.16.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](nunit/nunit3-vs-adapter@V3.15.1...V3.16) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bc2ca93 commit 6695226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!--<snippetPackages>-->
1515
<ItemGroup>
1616
<PackageReference Include="nunit" Version="3.12.0" />
17-
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
17+
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1919
</ItemGroup>
2020
<!--</snippetPackages>-->

0 commit comments

Comments
 (0)