step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage
MIT License
140 stars 35 forks source link

Unable to add this NuGet package #6

Closed pallavbohara closed 7 years ago

pallavbohara commented 7 years ago

I am new to Xamarin.Forms I have to use Firebase Storeage for my project but while adding this Nuget package. I am stuck with this-- Could not install package 'FirebaseStorage.net 1.0.0-alpha6'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile78', 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.

Getting this error while adding. Also tried to change Profile to 259,344 doesn't work. Also uninstalled Windows 8.1 suggested by some threads also not helped.

Any help will be appreciated

pallavbohara commented 7 years ago

Solved by Unloading PCL project -> Changing .csporj file Profile to 7 -> Reload project.