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:

list of references

i did find in files them , there no results. project it's trying pull in looks in nuget:

list of included packages

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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -