Skip to content

Commit 8f8b661

Browse files
fix: Remove upper-bound version constraint from SCI (#171)
Signed-off-by: Austin Drenski <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent cf2baa8 commit 8f8b661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Common.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<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)" />
27+
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1,)" />
28+
<PackageReference Include="System.Threading.Channels" Version="[6.0.0,)" />
2929
</ItemGroup>
3030
</Project>

0 commit comments

Comments
 (0)