Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectFrameworkVersion 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.).

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

Property Value

Type: String
Remarks
If set to null, it will default to the most recent version of the basic .NET Framework installed.
See Also