MSBuildProjectRequestedTargetFramework Property

For projects that use multi-targeting, the documentation source can specify which target it wants to use. If not specified, the first target type is used

Definition

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public string RequestedTargetFramework { get; set; }

Property Value

String

See Also