You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to share my model project between my Xamarin UI and my ASP.NET core, so I can have a single project that holds the Models.
I can reference my PCL project from my Xamarin project without any problem, but when I try to reference the PCL from the asp.net core, the reference window does not give me any warning when I select the PCL project, but the reference does not gets added after a select and click okay.