I need to use some classes from another project. How can I just import or create a reference to that project in Visual Studio?
Right now if I use \"Add reference\" i
I had a .Net core project and i wanted to create another project for services in my solution. After adding the project I added the reference as follows:
Alternatively, you can add a reference by editing the csproj file of the project in which you want to add the dependency/reference. Open the file and add the following:
Hope this helps someone.