You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't adjust SDK constraints whose min versions are prerelease
Previously, if the user was using 1.2.3-dev.1 and a package had an SDK
constraint ">=1.2.3-dev.2", we would try to create an invalid
">=1.2.3-dev.2 <1.2.3-dev.1" constraint.
Closes#1770
0 commit comments