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 compatibility SuppressDependenciesWhenPacking property #68

Merged
merged 1 commit into from
Mar 28, 2021

Conversation

kzu
Copy link
Member

@kzu kzu commented Mar 28, 2021

From NuGet/Home#6354, the SuppressDependenciesWhenPacking property can turn off package reference and framework reference dependencies inference in SDK pack.

This adds compatibility behavior that turns off packing of PackageReference by default when that flag is true, as well as framework references.

The individual package references can still opt in even when the setting is true.

Fixes #67

…erty

From NuGet/Home#6354, the SuppressDependenciesWhenPacking property can turn off package reference and framework reference dependencies inference in SDK pack.

This adds compatibility behavior that turns off packing of PackageReference by default when that flag is true, as well as framework references.

The individual package references can still opt in even when the setting is true.

Fixes #67
@kzu kzu enabled auto-merge (rebase) March 28, 2021 20:40
@kzu kzu merged commit 94beb4d into main Mar 28, 2021
@kzu kzu deleted the feature/supressdeps branch March 28, 2021 22:56
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.

Add support for SuppressDependenciesWhenPacking for compatibility with SDK pack
1 participant