Skip to content

Commit 5140899

Browse files
Update dependency NUnit3TestAdapter to 5.2.0 (#1078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b84b88 commit 5140899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1313
<PackageReference Include="NUnit" Version="4.4.0" />
14-
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0" />
14+
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
1515
<PackageReference Include="NUnit.Analyzers" Version="4.10.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

docs/snippets/Snippets.NUnitLite/Snippets.NUnitLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1515
<PackageReference Include="NUnit" Version="4.4.0" />
16-
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0" />
16+
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
1717
<PackageReference Include="NUnit.Analyzers" Version="4.10.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)