I am encoding a Xamarin application and I want to add MonoDroidToolkit as a project for my current solution. I did it right and my solution is built.
Now I need to add a link to my application in the MonoDroidToolkit project.
I selected the option "Change links" in the "Links" folder. Then I will go to the Projects tab to select a project. The project is listed there, however I cannot select the project because of this description:
com.refractored.monodroidtoolkit (incompatible target structure: MonoAndroid, Version = v4.2)
Here is a screenshot of the description: 
I changed the target structure of each project to the same thing, and also automatically, no matter what target structure I choose, I canβt add a link because of the above description.
I performed a Mono.Android link check in each of my projects. In my current project, the description is support for version 4.1, and MonoDroidToolkit is support for version 4.2.
This is problem? How can I easily update my 4.1 Support link to be the last? Can I get NuGet to do this or is there another way to update all my links?
source share