A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. When using NuGet 3.x this package requires at least version 3.4.
dotnet add package NETStandard.Library --version 1.6.1
Install-Package NETStandard.Library -Version 1.6.1
| 包名 | 版本要求 |
|---|---|
| Microsoft.NETCore.Platforms | [1.1.0, ) |
| System.Collections | [4.3.0, ) |
| System.Diagnostics.Debug | [4.3.0, ) |
| System.Diagnostics.Tools | [4.3.0, ) |
| System.Globalization | [4.3.0, ) |
| System.IO | [4.3.0, ) |
| System.Linq | [4.3.0, ) |
| System.Linq.Expressions | [4.3.0, ) |
| System.Net.Primitives | [4.3.0, ) |
| System.ObjectModel | [4.3.0, ) |
| System.Reflection | [4.3.0, ) |
| System.Reflection.Extensions | [4.3.0, ) |
| System.Reflection.Primitives | [4.3.0, ) |
| System.Resources.ResourceManager | [4.3.0, ) |
| System.Runtime | [4.3.0, ) |
| System.Runtime.Extensions | [4.3.0, ) |
| System.Text.Encoding | [4.3.0, ) |
| System.Text.Encoding.Extensions | [4.3.0, ) |
| System.Text.RegularExpressions | [4.3.0, ) |
| System.Threading | [4.3.0, ) |
| System.Threading.Tasks | [4.3.0, ) |
| System.Xml.ReaderWriter | [4.3.0, ) |
| System.Xml.XDocument | [4.3.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2016-11-15 23:23:22 |
| 项目主页 | https://dot.net/ |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=329770 |