I'm trying to create a new xamarin froms Project (Blanc app, portable) in Visual Studio, after installing the 1.3.0 framework.
However, I'm getting this error:
Xamarin.Forms.1.0.6186 : Could not install package 'Xamarin.Forms 1.0.6186'. You are trying to install this package into a project that targets 'portable-net45+win+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
A similiar error is shown if I afterwards, try to install Xamarin.Forms (1.3) from NuGet Manager to the Portable Project.
Pretty frustrating... or am I doing something wrong?