From adb6728124300849b49797225e81a3b0caecc2ac Mon Sep 17 00:00:00 2001 From: Soundarya G Date: Tue, 30 Oct 2018 21:08:26 +0530 Subject: [PATCH 1/2] Update net-standard.md --- docs/standard/net-standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/net-standard.md b/docs/standard/net-standard.md index 12ffa49d94ddd..9a9d2ec46a856 100644 --- a/docs/standard/net-standard.md +++ b/docs/standard/net-standard.md @@ -29,7 +29,7 @@ To find the highest version of .NET Standard that you can target, do the followi 1. Find the row that indicates the .NET implementation you want to run on. 2. Find the column in that row that indicates your version starting from right to left. -3. The column header indicates the .NET Standard version that your target supports (and any lower .NET Standard versions will also support it). +3. The column header indicates the .NET Standard version that your target supports. You may also target any lower .NET Standard. Higher .NET Standard will also support your implementation. 4. Repeat this process for each platform you want to target. If you have more than one target platform, you should pick the smaller version among them. For example, if you want to run on .NET Framework 4.5 and .NET Core 1.0, the highest .NET Standard version you can use is .NET Standard 1.1. ### Which .NET Standard version to target From f737f5d26bbe651a76c3fb881476814d495d7072 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Wed, 21 Nov 2018 10:09:38 -0800 Subject: [PATCH 2/2] Update net-standard.md --- docs/standard/net-standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/net-standard.md b/docs/standard/net-standard.md index 9a9d2ec46a856..50e84f89ff58c 100644 --- a/docs/standard/net-standard.md +++ b/docs/standard/net-standard.md @@ -29,7 +29,7 @@ To find the highest version of .NET Standard that you can target, do the followi 1. Find the row that indicates the .NET implementation you want to run on. 2. Find the column in that row that indicates your version starting from right to left. -3. The column header indicates the .NET Standard version that your target supports. You may also target any lower .NET Standard. Higher .NET Standard will also support your implementation. +3. The column header indicates the .NET Standard version that your target supports. You may also target any lower .NET Standard version. Higher .NET Standard versions will also support your implementation. 4. Repeat this process for each platform you want to target. If you have more than one target platform, you should pick the smaller version among them. For example, if you want to run on .NET Framework 4.5 and .NET Core 1.0, the highest .NET Standard version you can use is .NET Standard 1.1. ### Which .NET Standard version to target