-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get ProjectTargetFramework
Apostolis Bekiaris edited this page Feb 25, 2020
·
5 revisions
Get the TargetFramework for an MSBuild project.
Get-ProjectTargetFramework [-Project] <XmlDocument> [<CommonParameters>]
Get the TargetFramework for an MSBuild project.
PS C:\> ([xml](Get-Content .\Xpand.XAF.Modules.AutoCommit.csproj))|Get-ProjectTargetFramework
461{{ Add example description here }}
{{ Fill Project Description }}
Type: XmlDocument
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
