Skip to content

Commit

Permalink
Merge pull request #660 from nunit/chore/bump-nunit
Browse files Browse the repository at this point in the history
chore: Bump to NUnit 4
  • Loading branch information
mikkelbu authored Nov 30, 2023
2 parents a2b2f82 + d5c5dea commit c8e4e26
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.0-beta.1" />
<PackageReference Include="NUnit" Version="4.0.0" />
</ItemGroup>

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

0 comments on commit c8e4e26

Please sign in to comment.