Skip to content

Add support for opting out of dependencies packing#74

Merged
kzu merged 1 commit intomainfrom
feature/nodeps
Mar 30, 2021
Merged

Add support for opting out of dependencies packing#74
kzu merged 1 commit intomainfrom
feature/nodeps

Conversation

@kzu
Copy link
Copy Markdown
Member

@kzu kzu commented Mar 30, 2021

The new PackDependencies property (defaults to empty, meaning true) can be set to false which is equivalent to setting SuppressDependenciesWhenPacking=true.

This allows quickly and easily opting out of PackageReference (defaults all item's Pack metadata to false) as well as framework references.

Fixes #73.

The new PackDependencies property (defaults to empty, meaning `true`) can be set to `false` which is equivalent to setting `SuppressDependenciesWhenPacking=true`.

This allows quickly and easily opting out of PackageReference (defaults all item's Pack metadata to false) as well as framework references.

Fixes #73.
@kzu kzu added the enhancement New feature or request label Mar 30, 2021
@kzu kzu enabled auto-merge (rebase) March 30, 2021 19:43
@kzu kzu merged commit 4059393 into main Mar 30, 2021
@kzu kzu deleted the feature/nodeps branch March 30, 2021 19:43
@devlooped devlooped locked and limited conversation to collaborators Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add PackDependencies property to opt-out of dependencies packing easily

1 participant