Skip to content

Commit fda081e

Browse files
committed
Fixed bad find/replace
1 parent a9c9407 commit fda081e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MultiTarget/UseTargetFrameworks.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
Changes the target frameworks to build for each package created within the repository.
44
.DESCRIPTION
55
By default, only the UWP, Windows App SDK, and WASM heads are built to simplify dependencies
6-
needed to build projects within the repository. The CI will enable all include to build a package
6+
needed to build projects within the repository. The CI will enable all targets to build a package
77
that works on all supported platforms.
88
99
Note: Projects which rely on target platforms that are excluded will be unable to build.
1010
.PARAMETER MultiTargets
11-
List of include to set as TFM platforms to build for. Possible values match those provided to the <MultiTarget> MSBuild property.
11+
List of targets to set as TFM platforms to build for. Possible values match those provided to the <MultiTarget> MSBuild property.
1212
By default, uwp, wasdk, and wasm will included.
1313
.PARAMETER ExcludeMultiTargets
1414
List to exclude from build. Possible values match those provided to the <MultiTarget> MSBuild property.
1515
By default, none will excluded.
1616
.EXAMPLE
1717
C:\PS> .\UseTargetFrameworks wasdk
18-
Build include for just the WindowsAppSDK.
18+
Build TFMs for only the Windows App SDK.
1919
.NOTES
2020
Author: Windows Community Toolkit Labs Team
2121
Date: April 8, 2022

0 commit comments

Comments
 (0)