Skip to content

add Pack=false on implicit framework references in sdk for projects targeting net framework #1179

@rohit21agrawal

Description

@rohit21agrawal

NuGet just checked in a feature to start packing framework assemblies NuGet/NuGet.Client#1361 (written down as frameworkAssemblyReferences in the nuspec of the resulting nupkg) . It allows one to override this behavior by specifying Pack=false on a Reference to prevent it from being packed.

Sdk targets should mark all the implicit references with Pack=false so they don't get packed by default.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions