How to create F # PCL with Xamarin.Studio?

I see a template for creating C # PCL, but not F # PCL. Somewhere, someone mentioned installing the necessary templates.

Does anyone know better?


About Xamarin Studio 5.9

Does anyone know if XS 5.9 supports FLS PCL?

+5
source share
1 answer

I managed to create a F # PCL DLL with Visual Studio, and then add a link to it from a project written in Xamarin Studio using PCL # 78 (enough for iOS, android, WP).

0
source

Source: https://habr.com/ru/post/1210942/


All Articles