When opening a sample project from Xamarin i saw that the project had a different version of Mono.Android assembly in the references (4.0.3.0). While when I am looking in my own project the Mono.Android assembly version is 2.2.0.0. See the screenshot. This is happening when I am creating an Android Ice Cream Sandwich Application and turning the android versions on API level 14 or higher. How do I get access to the latest version of the Mono.Android assembly?
I noticed this problem, because i needed Android.App.ActionBar which is not available in Mono.Android version 2.2.0.0.
I hope someone can help me with this problem.