Hi,
I have two projects.
Project1 was created with a .NET Core class library template and targets net461.
Project2 was created with a .NET Framework template and targets .NET 4.6.1.
I am able to successfully reference Project2 from Project1 and can reference classes contained in Project2. Everything works great.
However, while I can successfully reference Project1 from Project2, it does not recognize the existence of any classes contained in Project1.
Does anyone have any idea why this is the case?