Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Im trying to install 'Xamarin.Firebase.Storage.42.1021.1' so I can upload photos to my firebase database

Im targeting 'MonoAndroid,Version=v7.1'

However when I try to install the package I get the following

Unable to find a version of 'Xamarin.Firebase.Common' that is compatible with 'Xamarin.Firebase.Auth 42.1024.0-beta1 constraint: Xamarin.Firebase.Common (= 42.1024.0-beta1)', 'Xamarin.Firebase.Storage 42.1021.1 constraint: Xamarin.Firebase.Common (= 42.1021.1)'.

Is there a quick fix without breaking my project?

What I have tried:

Haven't deleted any packages yet as I dont want my project to break
Posted
Updated 25-Aug-17 0:42am

1 solution

I would uninstall: 42.1024.0-beta1 constraint: Xamarin.Firebase.Common (= 42.1024.0-beta1) and then reinstall: NuGet Gallery | Xamarin.Firebase.Storage.Common 42.1021.1[^] before NuGet Gallery | Xamarin.Firebase.Storage 42.1021.1[^]
 
Share this answer
 
Comments
Member 13368516 25-Aug-17 7:56am    
This worked a charm, Thanks
Graeme_Grant 25-Aug-17 7:57am    
You are welcome. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900