C#C
C#3y ago
kT

❔ Accessing class library objects from shared project

I have one solution (.sln) which consists of 2 projects:
1) Class Library project
2) Shared project.

I have some Repository class in the Class Library project. In the Shared project, I want to refer to this repository type but it is not possible to add a class library project reference to Shared project. How can I access repository class in my shared project then?
Was this page helpful?