Link to an existing .NET Framework project in the ASP.NET core

I have an existing project with .NET framework 4, its level of business logic

I created the main .NET core with the basic framework and try to add the existing business layer as a link, and I am in this example: How to reference a .NET Framework project in a .NET Core project?

I also created the main application with a .net structure and try to add a link, it also does not work

please check the images below and give me help :)

---------  .net framework 

enter image description here

------ core project 

enter image description here

enter image description here

+4
source share

Source: https://habr.com/ru/post/1667980/


All Articles