Skip to content

Commit

Permalink
fix: 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 16, 2024
1 parent c1a189a commit 545cd11
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,7 +24,7 @@
</PropertyGroup>

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

0 comments on commit 545cd11

Please sign in to comment.