Skip to content

Commit

Permalink
chore: pin NUnit to <4.0.0 for .NET 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Apr 7, 2024
1 parent 842118e commit e1434e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Iesi.Collections.Test/Iesi.Collections.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnitLite" Version="3.14.0" />
<PackageReference Include="NUnitLite" Version="[3.14.0, 4.0.0)" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net40'">
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnitLite" Version="4.1.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e1434e9

Please sign in to comment.