I'm trying to create a class library that performs all SQL Server access for UWP apps. Both projects currently reside in the same Visual Studio solution. When I try to create a reference from the UWP app to the class library, it causes a circular reference error. What am I doing wrong?
Thanks,
Arnie Eliezer