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

Add support for opting out of dependencies packing #74

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

kzu
Copy link
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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