问题
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 below link: PCL
来源:https://stackoverflow.com/questions/56105978/how-to-create-xamarin-pcl-project-in-visual-studio-2019