Nuget fails to install on PCL
See original GitHub issueHi
I created a new cross platform project, updated the nugets, tried to install Microcharts.Forms.
I get following error :
Severity Code Description Project File Line Suppression State Error Could not install package 'Microcharts.Forms 0.7.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', 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. 0
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Cannot update nuget package (PCL)
Cannot update nuget package (PCL) ... I'm getting this error when using maps in Android: System.MissingMethodEsception: Method 'Xamarin.Forms.maps ...
Read more >Nuget fails to install on PCL · Issue #21 · microcharts- ...
Hi. I created a new cross platform project, updated the nugets, tried to install Microcharts.Forms. I get following error :
Read more >When PowerShellGet v1 fails to install the NuGet Provider
The underlying issue here is that the remote endpoint used to bootstrap the provider requires TLS 1.2 and the client may not have...
Read more >SQLite nuget package won't install
I accidentally uninstalled my sqlite-net-pcl nuget package from my Xamarin.Forms project. However, when I went to reinstall it, the iOS installs fine, ...
Read more >Nuget download timeouts - Developer Community
I'm trying to restore packages for a freshly cloned project. It looks like nuget restore is failing on all packages and giving me...
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
The official Microsoft docs are really well written, I always start by it.
You also have a good article on the Xamarin blog on this particular subject.
Hello,
I dropped the PCL support in version 7, but good news : I’ve reintroduced it into version 8 since it’s asked very often! But I advise you to migrate to .NET Standard to be future proof.
You can try it here in pre-release!
This new version also adds animation support (that can be deactivated with
IsAnimated
chart’s property)!Looking for feedbacks before release!