VS2013 Microsoft.Bcl warnings when package is inst

2019-09-07 12:24发布

问题:

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?

回答1:

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.