Skip to content

Commit

Permalink
fix: Remove upper-bound version constraint from SCI (open-feature#171)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Drenski <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
  • Loading branch information
austindrenski and toddbaert authored Jan 16, 2024
1 parent cf2baa8 commit 8f8b661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.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,)" />
</ItemGroup>
</Project>

0 comments on commit 8f8b661

Please sign in to comment.