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

Core Bonsai packages should use strict version relationships #1884

Open
PathogenDavid opened this issue Jul 4, 2024 · 0 comments
Open

Core Bonsai packages should use strict version relationships #1884

PathogenDavid opened this issue Jul 4, 2024 · 0 comments

Comments

@PathogenDavid
Copy link
Member

Right now the Bonsai bootstrapper package has >= version requirements against its core dependencies.

(For example, Bonsai 2.8.4 relies on Bonsai.Core >= 2.8.4)

These core packages were never really meant to be mixed-and-matched, and as of #1873 they're always versioned and released together.

As such they should use strict version checks, IE: Bonsai 2.8.4 should rely on Bonsai.Core =2.8.4.

Blocked by #1042


As an aside, requiring exact versions for ProjectReferences is currently a little clunky, here's an example that could be adapted to only apply to core project references from core projects: NuGet/Home#5556 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant