I maintain an open source PCL library packaged as a NuGet that targets (among others) Xamarin platforms. It's been succesfully used by many developers. Recently I received an issue report where a developer said he had to patch my NuGet package to be able to include the package in his app.
He changed it from: portable-net45+win+win8+wp8+wpa81
to: portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10
While I didn't explicitly specify xamarin targets in my package nuspec, it has never been a problem when building Xamarin apps. Apparently it is now. Can this have something with Visual Studio 2015, recent Xamarin updates (that I didn't verify with my lib)? Any other reason?