Closed
Description
I have 3 projects:
- My Xamarin mobile app (my UI)
- My PCL (my Models)
- My ASP.NET core (my Web api)
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.
Any hints on how to solve this issue?
thanks,
Gustavo.
Metadata
Metadata
Assignees
Labels
No labels