One of my libraries has a dependency on System.Configuration, but this .NET lib is not enabled by default in most types of projects in Visual Studio. Is there any way to teach NuGet Package Manager to add this .NET link when installing my library?
source share