Skip to content

Commit

Permalink
chore: Bump NUnit to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbu authored Mar 3, 2024
1 parent 2bced5a commit 29c71d9
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.0.1" />
<PackageReference Include="NUnit" Version="4.1.0" />
</ItemGroup>

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

0 comments on commit 29c71d9

Please sign in to comment.