kT
❔ Accessing class library objects from shared project
So what you need to do is find the project that refers to the shared project and add a reference to the class library as wellclass library project has already added reference to the shared project. And it works that way. But I need to do vice versa - shared project needs to have reference to class library but it's not technically possible
35 replies
❔ Accessing class library objects from shared project
@IsNotNull It's basically not possible at least from Visual Studio. https://stackoverflow.com/questions/56829501/c-sharp-using-references-class-library-in-a-shared-project
35 replies