Adding one of my NuGet packages to a project pulls in a bunch of .NET Core assemblies that are not referenced -
i have project built nuget package, .net 4.6.2 class library.
when pull project, wants add bunch of references .net core assemblies. project not .net core, , in nuget package manager none of these referenced, nor referenced in references folder. here screenshot:
i did find in files them , there no results. project it's trying pull in looks in nuget:
note there none of system.xxx references in initial screenshot.
the packages.config matches included packages screenshot above - no reference system.xxx libraries.
can explain behaviour can fix it?
Comments
Post a Comment