I have a nuget package that multi targets netstandard1.4 and net461.
When I use this nuget package from a .net 4.6.1 project pulls in all the system.* assemblies and the NETStandard.Library
Why is it doing this and how do I get it to reference the net461 version, without all the net standard stuff.