Skip to content

🗑️ Add support for compatibility SuppressDependenciesWhenPacking property#68

Merged
kzu merged 1 commit intomainfrom
feature/supressdeps
Mar 28, 2021
Merged

🗑️ Add support for compatibility SuppressDependenciesWhenPacking property#68
kzu merged 1 commit intomainfrom
feature/supressdeps

Conversation

@kzu
Copy link
Copy Markdown
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
@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

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