PCL Profile Conflict

I need to create a class library that will be used in my Xamarin and ASP.NET MVC projects. But I am beating my head trying to do this job. The last thing I did was create a PCL for Xamarin (using the VS template) and add it to my project, but that doesn't matter, it always says the same thing:

You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

I checked both csprojs (for my lib and xamarin project) and they all target profile 111.

PS: I know that this “should” work because it makes a lot of libraries. One example is Portable.DataAnnotationsthat I refer in both projects.

EDIT:

What I tried:

  • Profile24, Profile111 and Profile259

What am I missing here?

Project project URL: http://s000.tinyupload.com/index.php?file_id=55538840394777983398

+4

All Articles