Skip to content

Commit

Permalink
Remove upper version constraint on System.Collections.Immutable (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-reynolds authored Oct 20, 2021
1 parent f8ad4c4 commit eb68155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="FSharp.Core" Version="[4.6.0,)" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="16.11.0" />
<PackageVersion Include="System.Collections.Immutable" Version="[1.5.0, 5.1)" />
<PackageVersion Include="System.Collections.Immutable" Version="[1.5.0,)" />
</ItemGroup>

</Project>

0 comments on commit eb68155

Please sign in to comment.