Skip to content

Commit

Permalink
bug: Remove upper-bound version constraint from SCI
Browse files Browse the repository at this point in the history
Fixes: open-feature#170

See: open-feature#136, open-feature#137, open-feature#170
Signed-off-by: Austin Drenski <austin@austindrenski.io>
  • Loading branch information
austindrenski committed Jan 11, 2024
1 parent d0c25af commit 3d45bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1, 8.0.0)" />
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1,)" />
</ItemGroup>
</Project>

0 comments on commit 3d45bff

Please sign in to comment.