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: #170

See: #136, #137, #170
Signed-off-by: Austin Drenski <austin@austindrenski.io>
  • Loading branch information
austindrenski committed Jan 11, 2024
1 parent d0c25af commit 66fe4b8
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 66fe4b8

Please sign in to comment.