Skip to content

Commit

Permalink
chore: Bump NUnit to version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbu authored Oct 1, 2024
1 parent e026ba5 commit d287eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nunit.analyzers.tests/nunit.analyzers.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NUnitVersion)' == '4'">
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
</ItemGroup>

<ItemGroup Condition="'$(NUnitVersion)' == '3'">
Expand Down

0 comments on commit d287eae

Please sign in to comment.