Skip to content

Commit

Permalink
chore: Bump to NUnit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbu authored Nov 30, 2023
1 parent a2b2f82 commit d5c5dea
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 d5c5dea

Please sign in to comment.