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
This test currently passes because both the top level package Some.Package and the transitive dependency Transitive.Package use the same version numbers. E.g., Some.Package/1.0.0 depends on Transitive.Package/1.0.0, and Some.Package/2.0.0 depends on Transitive.Package/2.0.0. If the versions of Transitive.Package are changed to 7.0.0 and 8.0.0 respectively, then the update fails.
The tight coupling of the package versions needs to be broken.
The text was updated successfully, but these errors were encountered:
This test currently passes because both the top level package
Some.Package
and the transitive dependencyTransitive.Package
use the same version numbers. E.g.,Some.Package/1.0.0
depends onTransitive.Package/1.0.0
, andSome.Package/2.0.0
depends onTransitive.Package/2.0.0
. If the versions ofTransitive.Package
are changed to7.0.0
and8.0.0
respectively, then the update fails.The tight coupling of the package versions needs to be broken.
The text was updated successfully, but these errors were encountered: