Skip to content

Commit 559afab

Browse files
committed
add docs too
1 parent b5d1219 commit 559afab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/ProjectReference-Protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If implementing a project with an “outer” (determine what properties to pass
6161
* `Platforms` indicating what platforms are available for the project to build as, and boolean metadata `IsVcxOrNativeProj` (used for [SetPlatform Negotiation](#setplatform-negotiation))
6262
* The `GetReferenceNearestTargetFrameworkTask` (provided by NuGet) is responsible for selecting the best matching `TargetFramework` of the referenced project
6363
* This target is _optional_. If not present, the reference will be built with no additional properties.
64-
* **New** in MSBuild 15.5. (`TargetFrameworkMonikers` and `TargetPlatformMonikers` metadata is new in MSBuild 16.8)
64+
* **New** in MSBuild 15.5. (`TargetFrameworkMonikers` and `TargetPlatformMonikers` metadata is new in MSBuild 16.8, `TargetFramework` metadata is new in MSBuild 18.3)
6565
* It is possible to gather additional information from referenced projects. See the below section on "Getting additional properties from referenced projects" for more information
6666
* `GetTargetFrameworkProperties` determines what properties should be passed to the “main” target for a given `ReferringTargetFramework`.
6767
* **Deprecated** in MSBuild 15.5.

0 commit comments

Comments
 (0)