Skip to content

Commit 3d45bff

Browse files
committed
bug: Remove upper-bound version constraint from SCI
Fixes: open-feature#170 See: open-feature#136, open-feature#137, open-feature#170 Signed-off-by: Austin Drenski <[email protected]>
1 parent d0c25af commit 3d45bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Common.props

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

2626
<ItemGroup>
27-
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1, 8.0.0)" />
27+
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1,)" />
2828
</ItemGroup>
2929
</Project>

0 commit comments

Comments
 (0)