SandcastleProjectFrameworkVersion Property

This is used to get or set the .NET Framework version used to resolve references to system types (basic .NET Framework, Silverlight, Portable, etc.).

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string FrameworkVersion { get; set; }

Property Value

String

Remarks

If set to null, it will default to the most recent version of the basic .NET Framework installed. The build engine will adjust this at build time if necessary based on the framework types and versions found in the documentation sources.

See Also