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
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public string RequestedTargetFramework { get; set; }
Public Property RequestedTargetFramework As String
Get
Set
public:
property String^ RequestedTargetFramework {
String^ get ();
void set (String^ value);
}
member RequestedTargetFramework : string with get, set
Property Value
String