Skip to content

Commit 7e89c63

Browse files
committed
Omit shortened version (confusing behaviors)
1 parent 9fd2b47 commit 7e89c63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/msbuild/property-functions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,6 @@ You can use this property function to select a subset of a list of Target Framew
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, for example, `net` or `netstandard`. This type of moniker matches all versions of .NET or .NET Standard.
557-
558556
## MSBuild version-comparison functions
559557

560558
MSBuild 16.5 and higher define several functions for comparing strings that represent versions.

0 commit comments

Comments
 (0)