Skip to content

Commit 47dfe86

Browse files
committed
tweak wording
1 parent a7e6582 commit 47dfe86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/property-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ You can use this property function to select a subset of list of Target Framewor
553553

554554
For example, if `incoming` is `net6.0;net7.0;netstandard2.0` and `filter` is `net7.0;netstandard2.0`, the result is `net7.0;netstandard2.0`.
555555

556-
A TFM in the incoming list or in the filter may omit the version, such as `net` or `netstandard`, in which case it matches all versions.
556+
A TFM in the incoming list or in the filter may omit the version, for example, `net` or `netstandard`. This type of moniker matches all versions of .NET or .NET Standard.
557557

558558
## MSBuild version-comparison functions
559559

0 commit comments

Comments
 (0)