Skip to content
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

Error: Your project has references to older NuGet package references and requires updates. #2

Open
ladoleste opened this issue Sep 11, 2021 · 1 comment

Comments

@ladoleste
Copy link

ladoleste commented Sep 11, 2021

I've tried to setup two projects. The first one is a very simple project (an Android Studio hello world) and I get the following message on the vsmac

~/.nuget/packages/xamarin.binding.helpers/0.1.0-ci516977228/buildTransitive/Xamarin.Binding.Helpers.Android.targets(3,3): Error: Your project has references to older NuGet package references and requires updates. Please update the following packages to the versions listed:

But no version is listed

The second one e more complex projeto I'm working on and I get the following message:

~/.nuget/packages/xamarin.binding.helpers/0.1.0-ci516977228/buildTransitive/Xamarin.Binding.Helpers.Android.targets(3,3): Error: No Android Studio project outputs or dependency artifacts were detected. Review the documentation to ensure you correctly applied the Xamarin Binding Helpers gradle plugin to your Android Studio Project module's build.gradle file.

But the plugin is there.

All tools and libs on the latest version

@F-Goncalves
Copy link

F-Goncalves commented Oct 26, 2022

There is a typo in the Target that causes the output to be empty.
I recommend checking the file obj//xbh/_xbhsuggestandroid.json
You can see the suggested NuGet versions there and compare to your PackageReferences

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants