Reputation: 350
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
Reputation: 1108
It's still in preview. You need to enable the Include pre-release for it to show up in nugets
Upvotes: 4