Skip to content

Commit 46fa6f2

Browse files
committed
fix: max Collections.Immutable version
Signed-off-by: Todd Baert <[email protected]>
1 parent 16f3300 commit 46fa6f2

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
@@ -23,6 +23,6 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1, 7.0.0)" />
26+
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1, 8.0.0)" />
2727
</ItemGroup>
2828
</Project>

0 commit comments

Comments
 (0)