Does not work with Profile111
See original GitHub issueWhen 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.
Issue Analytics
- State:
- Created 7 years ago
- Comments:15
Top Results From Across the Web
Errors when trying to use netstandard with Xamarin forms
Run `PM> Uninstall-Package xamarin.forms -Force -RemoveDependencies on each project; IOS and Andriod first PCL last. · Restart VS as prompted by ...
Read more >Could not install package 'Xamarin.Android.Support. ...
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 ...
Read more >After latest Xamarin.Forms update, SkiaSharp will not install.
I created a new portable project and made sure that it was Profile111. Then I installed both v1.57.1 and v1.58 without any issues....
Read more >Upgade nuget for portable class library projects not working
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 ...
Read more >Xamarin Android & IOS build fails on pipeline giving error The ...
NETPortable/v4.5/Profile/Profile111/Xamarin. ... iOS" as a file name, but it didn't exist. ... to do CPU-bound work on a background thread.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
How to resolve:
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
I also experienced this issue.