I have an existing project with .NET framework 4 its a business logic layer
I have created .NET core app with core framework and try to add exist business layer as reference and I tried with this example : How do I reference a .NET Framework project in a .NET Core project?
I also created core app with .net framework and try to add reference its also not work
please check the below images and give me help :)
--------- .net framework
------ core project



