Is it possible at all? I am trying to figure out how to do this. We have a project, for example, a project called "DoFunkyStuff".
We want to have two versions of this project that are based on .Net Core, and one that is built on Full.net 4.5 or 4.6 Framework, which has more features.
Firstly, how would I decide to structure these projects in my solution so that I can have both of these built-in Nuget packages, which are structured for different frameworks. Is it possible? Is it possible to have the same project name, but aiming at a completely separate structure with different functionality built into one Nuget package?
Any guidance would be awesome. Thanks in advance.
source
share