Can't add reference from C# PCL project to F# PCL project as project reference
问题 I wanna add project reference from Xamarin.Forms PCL C# project to F# PCL project, but Visual Studio15 shows alert as "Unable to add a reference to project 'PortableLibrary2'. Portable Library projects can only reference other Portable Library projects and assemblies." If I use Visual Studio13,it shows "Unable to add a reference to project 'PortableLibrary2'." then 'The method or operation is not implemented.'. I attached link to sample project on github I created this sample with following