MSBuildProjectTargetFrameworks Property

This read-only property returns an enumerable list of the target frameworks if specified

Definition

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public IEnumerable<string> TargetFrameworks { get; }

Property Value

IEnumerableString
An enumerable list of the target frameworks or an empty enumerable if not specified

See Also