How to create xamarin PCL Project in Visual Studio 2019

笑着哭i 提交于 2021-02-08 09:16:34

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!