Open vd3d opened 6 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.
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 ?