Magda98
Magda98

Reputation: 61

Xamarin Forms portable class library project

why can't I choose PCL project in options when I create a Cross-Platform App (Xamarin.Forms) ? there is just a Shared Project and .NET Standard, when I previously create a project there was a PCL option.

https://i.imgur.com/KDwty6a.png

Upvotes: 1

Views: 378

Answers (1)

Ankan
Ankan

Reputation: 513

When I try to create a PCL in VS 2017 it says "Class Library (Legacy Portable) and "This project type has been deprecated. You should use Class library (.NET Standard) instead."

But if you still want it, xamarin has a guide, you can read about creating a PCL project here.

Upvotes: 1

Related Questions