mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
[PR #132] Support implicit .NET dependencies for RPM packages, too #253
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/quamotion/dotnet-packaging/pull/132
State: closed
Merged: Yes
For Debian packages, we split the list of package-specific dependencies and .NET Core dependencies (either the framework itself or the dependencies of the framework) in two different variables.
Do the same for RPM packages.
This allows you to specify your package-specific dependencies, without having to worry too much about the .NET Core dependencies, getting us one step closer to "it just works"