-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get nuget package? #1
Comments
This worked for me:
|
Thanks @humblehacker for the instructions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'm trying to implement slim bindings approach, but I got stuck on the first step. There's no Xamarin.Binding.Helpers package on nuget.org. I've tried to download it manually from here and use from my local nuget source, but it still fails for some reason. How can I download and add this nuget package properly to my Xamarin.Android Bindings project? I'm using macOS, have tried with Visual Studio for Mac and Rider IDE-s
P.S. I've tried also to restore packages with command line as it is mentioned on packages site:
dotnet add PROJECT package Xamarin.Binding.Helpers --version 0.1.0-ci516977228
.As a result I got such error:
The imported project "/usr/local/share/dotnet/sdk/5.0.201/Xamarin/Android/Xamarin.Android.Bindings.targets" was not found
The text was updated successfully, but these errors were encountered: