Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package version resolution skips packages in manifest.json #1786

Closed
citizenmatt opened this issue Jul 31, 2020 · 0 comments
Closed

Package version resolution skips packages in manifest.json #1786

citizenmatt opened this issue Jul 31, 2020 · 0 comments
Assignees
Labels
packages Unity package manager
Milestone

Comments

@citizenmatt
Copy link
Member

Packages listed in manifest.json are skipped during version resolution of dependencies. I.e. if package A is listed in manifest.json at 1.0.0, and package B depends on A@2.0.0, we currently ignore this dependency and treat A@1.0.0 as the resolved version. We should resolve to A@2.0.0

@citizenmatt citizenmatt added the packages Unity package manager label Jul 31, 2020
@citizenmatt citizenmatt self-assigned this Jul 31, 2020
@citizenmatt citizenmatt added this to the Rider 2020.3 milestone Jul 31, 2020
@citizenmatt citizenmatt removed this from the Rider 2020.3 milestone Nov 20, 2020
@citizenmatt citizenmatt added this to the Rider 2021.1 milestone Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Unity package manager
Projects
None yet
Development

No branches or pull requests

1 participant