Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,363 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all
Is it possible to reference a Shared Access Project from a Portable Class Library?
I have started a Xamarin project and i would like to create a SAP to reference from the Xamarin.Forms project.
Use a Portable Class Library (PCL) or .NET Standard library for your shared code. These libraries can be referenced from both Xamarin.forms and platform-specific projects.