I am getting warnings as follows;
Warning 2 Project must install nuget package Microsoft.Bcl, version=1.1.9. For more information, see http://go.microsoft.com/fwlink/?LinkID=317570.
I have the package installed from nuget, but its version 1.0.21, anyone know how to find the version referenced and why it wasn't installed from nuget?
Well it would've been more appropriate to list the actual package name, which is Microsoft BCL Portability Pack. Installing that solves the issue of the warnings.