We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2baa8 commit 8f8b661Copy full SHA for 8f8b661
build/Common.props
@@ -24,7 +24,7 @@
24
</PropertyGroup>
25
26
<ItemGroup>
27
- <PackageReference Include="System.Collections.Immutable" Version="[1.7.1, 8.0.0)" />
28
- <PackageReference Include="System.Threading.Channels" Version="[6.0.0, 8.0.0)" />
+ <PackageReference Include="System.Collections.Immutable" Version="[1.7.1,)" />
+ <PackageReference Include="System.Threading.Channels" Version="[6.0.0,)" />
29
</ItemGroup>
30
</Project>
0 commit comments