Xamarin.Forms.Plugins: Does not work with Profile111

When I try to add this to a project using Profile 111 (what Xlabs requires) it does not work. Most plugins already work with this, could you please update it.

The error I receive:

Could not install package 'Xam.Plugins.Forms.Svg 1.0.0.27'. 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.

About this issue

Most upvoted comments

How to resolve:

  1. Close VisualStudio
  2. Open your PCL .csproj-File in a texteditor (notepad, sublime…)
  3. Search for the line: <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
  4. Change the Profile259 to Profile78
  5. Open VisualStudio
  6. Install NuGet-Package
  7. Close VisualStudio
  8. Revert your .csproj changes back to Profile259
  9. Open VisualStudio
  10. Beginn using the package 😃