I am using Xamarin Studio version 5.9.5 (build 9) on windows 10. I have just created a new project, pcl xamarin.forms app. The output below is straight from the terminal in Xamarin Studio and shows an issue installing the start packages to the project. Why has this happened? I am assuming something is mis-configured on my pc?
Adding Xamarin.Forms...
Installing 'Xamarin.Forms 1.3.3.6323'.
Added file 'Xamarin.Forms.Build.Tasks.dll' to folder 'Xamarin.Forms.1.3.3.6323\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10'.
//more files added
Successfully installed 'Xamarin.Forms 1.3.3.6323'.
Adding 'Xamarin.Forms 1.3.3.6323' to Azure-test.
Could not install package 'Xamarin.Forms 1.3.3.6323'. You are trying to install this package into a project that targets 'portable-net45+dnxcore50+win+wp80+MonoAndroid10+xamarinios10+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.
full log here.
Any suggestions would be much appreciated.