Skip to content

Commit

Permalink
Merge pull request #822 from nunit/chore/bump-nunit
Browse files Browse the repository at this point in the history
chore: Bump NUnit to 4.3.2
  • Loading branch information
mikkelbu authored Dec 31, 2024
2 parents e1f94eb + 7135650 commit 7663cfc
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.3.1" />
<PackageReference Include="NUnit" Version="4.3.2" />
</ItemGroup>

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

0 comments on commit 7663cfc

Please sign in to comment.