How to create xamarin PCL Project in Visual Studio 2019
问题 I am not having option for PCL Project while Creating new xamarin project in VS 2019. I am getting option as shown in image I run old PCL Project, It is running successfully. Please help me to create PCL Project in VS 2019. 回答1: Portable Class Libraries (PCLs) are deprecated in the latest versions of Visual Studio. you can still open, edit, and compile PCLs For new projects it is recommended to use .NET Standard libraries to access a larger API surface area. For more details please refer