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

Nuget Centralized Package Management #16

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Nuget Centralized Package Management #16

merged 3 commits into from
Feb 2, 2024

Conversation

knocte
Copy link
Member

@knocte knocte commented Feb 2, 2024

In order to have version numbers for all projects in a single file (and this way avoiding the problem of depending on more than one version for the same package).

Because Nuget's Centralized Package Management requires
.NET 6.0.300 but Ubuntu's dotnet6 is too old for that
so we simply switch to 7.x.
Otherwise when starting to use nuget Centralized Package
Management we would get this error:

```
error NU1011: Centrally defined floating package versions are not allowed.
```
In order to have version numbers for all projects
in a single file (and this way avoiding the problem
of depending on more than one version for the same
package).
@knocte knocte merged commit e9b735f into master Feb 2, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant