We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b543c11 commit 318ac04Copy full SHA for 318ac04
src/Iesi.Collections.Test/Iesi.Collections.Test.csproj
@@ -9,9 +9,14 @@
9
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
10
</PropertyGroup>
11
12
- <ItemGroup>
+ <ItemGroup Condition="'$(TargetFramework)' == 'net40'">
13
<PackageReference Include="NUnit" Version="3.14.0" />
14
<PackageReference Include="NUnitLite" Version="3.14.0" />
15
+ </ItemGroup>
16
+
17
+ <ItemGroup Condition="'$(TargetFramework)' != 'net40'">
18
+ <PackageReference Include="NUnit" Version="4.1.0" />
19
+ <PackageReference Include="NUnitLite" Version="4.1.0" />
20
<PackageReference Include="NUnit.Analyzers" Version="4.1.0">
21
<PrivateAssets>all</PrivateAssets>
22
</PackageReference>
0 commit comments