Disposables icon indicating copy to clipboard operation
Disposables copied to clipboard

Relax required version of System.Collections.Immutable

Open CoenraadS opened this issue 3 years ago • 1 comments

Hello

I noticed this project has a dependency of <PackageReference Include="System.Collections.Immutable" Version="1.7.1" />

I'm currently stuck a bit in nuget resolution hell, and was wondering if it would possible to relax this to be something like [1.0,2.0) (anything between 1 and 2)

CoenraadS avatar Jun 10 '22 11:06 CoenraadS

That's a great idea, and I should probably do the same for other dependencies, too.

On vacation ATM, but I should be able to address this in a couple weeks.

StephenCleary avatar Jun 10 '22 11:06 StephenCleary

I can reduce it down to 1.5, but not any lower due to NuGet's resolution rules.

StephenCleary avatar Jan 28 '23 01:01 StephenCleary

Forgot to close this issue; this was fixed in v2.4.0.

StephenCleary avatar Sep 01 '23 21:09 StephenCleary