This packages enables projects targeting down-level platforms to use some of the types added in later versions including: - CallerMemberNameAttribute - CallerLineNumberAttribute - CallerFilePathAttribute - Tuple<T1, T2, ...> - IProgress<T> - IStructuralComparable - IStructuralEquatable - Task - InvalidDataException These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform. Supported Platforms: - .NET Framework 4 (with KB2468871) - Windows Phone 7.5 - Silverlight 4 and 5 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, NET for Windows Store apps or Windows Phone 8 when consuming a library that uses this package.
dotnet add package Microsoft.Bcl --version 1.1.7
Install-Package Microsoft.Bcl -Version 1.1.7
| 包名 | 版本要求 |
|---|---|
| Microsoft.Bcl.Build | [1.0.14, ) |
| 包名 | 版本要求 |
|---|---|
| Microsoft.Bcl.Build | [1.0.10, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2014-04-01 21:17:05 |
| 项目主页 | http://go.microsoft.com/fwlink/?LinkID=280057 |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=329770 |