I would like to create Xamarin.Forms project using JetBrains Rider on Linux (Ubuntu 16 LTS).
I know, that Xamarin has no support for Linux, but JetBrains says that it is possible to develop Xamarin app on Linux using Rider.
So after installing dotnet SDK for Linux, I wanted to create Xamarin.Forms project, as you can see on the picture below (Screenshot of Rider), platform I choosed is Multiplatform, type is Xamarin.Forms and shared code is Portable Class Library.
I get an error "No target frameworks were found on this machine" and "No portable profiles were found on this machine".
If I choose platform iOS/macOS/tvOS/watchOS, it will create project without problems, I have problem only when creating Android or Multiplatform project.