vboreda514
vboreda514

Reputation: 350

Xamarin Firebase package doesn't exist in visual studio

I have a Xamarin.forms project that requires ML Kit from firebase, so I wanted to download this package, Xamarin.Firebase.ML.Vision. The problem is that when I try to add it in Nuget in Visual Studio, the package doesn't show up. How do I get it?

Upvotes: 0

Views: 195

Answers (1)

Ranga
Ranga

Reputation: 1108

It's still in preview. You need to enable the Include pre-release for it to show up in nugets Visual Studio Windows NyGet Package Manager

Upvotes: 4

Related Questions