Skip to content

Commit

Permalink
fix: max System.Collections.Immutable version ++ (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert authored Jul 14, 2023
1 parent 16f3300 commit 55c5e8e
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 @@ -23,6 +23,6 @@
</PropertyGroup>

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

0 comments on commit 55c5e8e

Please sign in to comment.