c# - Targeting .Net Core Framework and Full .Net 4.5/4.6 Framework in one Nuget Package -
is possible @ all? trying figure out best way go this. have project, project named "dofunkystuff".
we want have 2 versions of project, 1 build on .net core, , 1 built on full .net 4.5 or 4.6 framework has more features.
firstly, how go structuring these projects in solution, have both of these built 1 nuget package, structured targeting different frameworks. possible? possible have same project name, targeting separate framework different functionality, built 1 nuget package?
any guidance amazing. in advance.
ok found reference describes how target both core , full framework. describes how go using each 1 in code. seems end ugly code. think better off having separate projects.
https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/libraries#how-to-multitarget
Comments
Post a Comment