I have created a solution with 3 projects in Xamarin Studio: A ASP.Net Server with POCOs, a Shared Library Core and an Android Project but referencing the shared library project on the Android side fails with Incompatible Target Framework.
What can i do to avoid code replication?