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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -