c# - Which PCL profile should I use in my Xamarin.Forms app? -


i'm new in xamarin, xamarin.forms , c# platform.

i'm starting development of app should support android , ios devices. i'm using pcl project code sharing. project using profile111 because visual studio has selected default me. when try install nuget packages i'm getting message saying package not compatible. like:

could not install package 'docsbrstandard 2.0.1'. trying install package project targets '.netportable,version=v4.5,profile=profile111', package not contain assembly references or content files compatible framework.

i believe message related profile i'm using, right?

so profile should use app should support ios , android devices? profile111 more appropriate scenario?

at least, how can identify if package compatible or not xamarin.forms app?

thanks.

you need target .net standard able use docsbrstandard package. can't work profile based pcl if want use package.

check out article targeting .net standard xamarin.forms:
https://blog.xamarin.com/building-xamarin-forms-apps-net-standard/


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -