bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
690 stars 146 forks source link

Nugets : failed to install into Xamarin #129

Open vd3d opened 5 years ago

vd3d commented 5 years ago

Hi,

I tried to install this lib into my Xamarin app, but it failed, I have nothing in my UWP and IOS project, only the Android version seems to be installed !

I got this error message:

"Severity Code Description Project File Line Suppression State Error Could not install package 'Microsoft.Bcl.Build 1.0.14'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v7.1', 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."

Any idea ?

rythos42 commented 4 years ago

This Xamarin thread solves this issue: https://forums.xamarin.com/discussion/62911/emergency-cant-install-microsoft-bcl-build-1-0-14-in-visual-studio-2015-for-android-project

Install Microsoft.Bcl.Build 1.0.21 directly through NuGet, then install FireSharp.