V2: constrain dependencies
bartelink opened this issue · comments
V2 and V3 are not presently interoperable.
While all the V2 packages can easily be rebased on Equinox
v 3.0.0
(there is a renaming of Equinox.Stream -> Equinox.Decider without any type redirects / obsoletion etc), this has not been done as yet.
The quickest workaround that springs to mind off the top of my head is to make Equinox.*
depend on Equinox
v [2.6.1,2.99.0]
and update any packages with older V23 dependencies to that.
@enricosada @deviousasti I propose closing this as WONTFIX as its pretty clear workarounds have been found ?