From 3175c88a9aea6595a7c013416064a0926419b5cb Mon Sep 17 00:00:00 2001 From: Xhanti Date: Wed, 6 Jul 2016 13:45:21 +0200 Subject: [PATCH] Correction Wording correction --- docs/standard/library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/library.md b/docs/standard/library.md index ce831f010da6e..1b701dcdccea9 100644 --- a/docs/standard/library.md +++ b/docs/standard/library.md @@ -79,7 +79,7 @@ Derivative artifacts are provided to enable more convenient reading and to enabl The primary distribution vehicle for the .NET Standard Library reference assemblies is [NuGet packages](../core/packages.md). Implementations will be delivered in a variety of ways, appropriate for each .NET runtime. -NuGet packages target one of more [frameworks](frameworks.md). The .NET Standard Library packages target the ".NET Standard" framework. You can target the .NET Standard Framework using the `netstandard` [compact TFM](frameworks.md) (for example, `netstandard1.4`). Libraries that are intended to run on multiple runtimes should target this framework. +NuGet packages target one or more [frameworks](frameworks.md). The .NET Standard Library packages target the ".NET Standard" framework. You can target the .NET Standard Framework using the `netstandard` [compact TFM](frameworks.md) (for example, `netstandard1.4`). Libraries that are intended to run on multiple runtimes should target this framework. The `NETStandard.Library` metapackage references the complete set of NuGet packages that define the .NET Standard Library. The most common way to target `netstandard` is by referencing this metapackage. It describes and provides access to the ~40 .NET libraries and associated APIs that define the .NET Standard Library. You can reference additional packages that target `netstandard` to get access to additional APIs.