You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.