NuGet provides a SuppressDependenciesWhenPacking property to opt-out wholesale of PackageReference/framework reference dependencies packing.
This is convenient in particular for tools that pack all their runtime dependencies alongside the primary executable.
The new synthetized property would behave just like the recently added support for SupressDependenciesWhenPacking property, so that SuppressDependenciesWhenPacking becomes the default value of PackDependencies directly.
NuGet provides a
SuppressDependenciesWhenPackingproperty to opt-out wholesale ofPackageReference/framework reference dependencies packing.This is convenient in particular for tools that pack all their runtime dependencies alongside the primary executable.
The new synthetized property would behave just like the recently added support for SupressDependenciesWhenPacking property, so that
SuppressDependenciesWhenPackingbecomes the default value ofPackDependenciesdirectly.