ISandcastle ProjectFramework Version 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: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string FrameworkVersion { get; set; }VB
Property FrameworkVersion As String
Get
SetC++
property String^ FrameworkVersion {
String^ get ();
void set (String^ value);
}F#
abstract FrameworkVersion : string with get, setProperty Value
StringRemarks
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.