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

Commits on Mar 28, 2021

  1. 🗑️ Add support for compatibility SuppressDependenciesWhenPacking prop…

    …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 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    8a1755e View commit details
    Browse the repository at this point in the history