Hello everyone, I have a question about how I can do this in wpf. Now I want to rewrite the same project with xamarin, and reuse the same pattern, but I came across the following situation in which the xamarin project pcl can not reference any other project with the following error
Unable to add reference to project 'mvvm.ViewModel'. Portable Library projects can only reference other Portable Libarary projects and assemblies.
So the xamarin pcl has no way to reference any other pcl project?