We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615f5cf commit 9cd6893Copy full SHA for 9cd6893
build/Common.props
@@ -18,8 +18,8 @@
18
</PropertyGroup>
19
20
<ItemGroup>
21
- <PackageReference Include="System.Collections.Immutable" />
22
- <PackageReference Include="System.Threading.Channels" />
+ <PackageReference Include="System.Collections.Immutable" Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'" />
+ <PackageReference Include="System.Threading.Channels" Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'" />
23
</ItemGroup>
24
25
<ItemGroup Condition="'$(OS)' == 'Unix'">
0 commit comments