I want create nuget package and publish to our package repository. But this package must install on projects with diferrent target framework. There are .Net Framework and Core 2.0 projects where this package need to be installed.
Should there be several projects for different target frameworks or one single project may be configured for different target frameworks?
I am using Visual Studio 15.5.0 (if this fact is important)