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



source
share