I am adding a new dotnetcore project (RC2) to my existing solution that contains a set of dotnet framewotk 4.5 projects.
When I try to add a link to my new dotnetcore project, I get a message that I canβt make a link from a project that targets framework 4.5.
The following projects are not supported by links: "project name" has target frames that are incompatible with the objectives in the current project "project name"
I followed this thread , but I did not find a clear solution to the problem.
What is the recommended approach for this situation?
c # asp.net-core asp.net-core-mvc
jack.the.ripper
source share