Skip to content

Commit f9f62cc

Browse files
committed
Bump NUnit3TestAdapter to 6.1.0
Update the NUnit3TestAdapter package reference in the test project from 5.2.0 to 6.1.0 to pick up bug fixes and compatibility improvements with the current test SDK.
1 parent 48786f8 commit f9f62cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Edi.Captcha.Tests/Edi.Captcha.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageReference Include="NUnit" Version="4.4.0" />
88
<PackageReference Include="Moq" Version="4.20.72" />
9-
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
9+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1111
</ItemGroup>
1212
<ItemGroup>

0 commit comments

Comments
 (0)