mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 05:35:57 +00:00
[PR #215] Add SkipDebDependencies flag to be able to remove all added default dependencies #320
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/215
State: closed
Merged: Yes
I have introduced a property 'SkipDebDependencies' to be able to drop all automatically added dependencies if needed.
Unfortunately this is needed in my project. We are installing a device running embedded Linux and at least in the beginning we have the requirement that every project has to bring every dependency to be able to run to enable easy up- and downgrade scenarios of our firmware applications.
This would solve my issue #213