ISandcastleProjectFrameworkVersion 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: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
string FrameworkVersion { get; set; }
Property FrameworkVersion As String
Get
Set
property String^ FrameworkVersion {
String^ get ();
void set (String^ value);
}
abstract FrameworkVersion : string with get, set
Property Value
String 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.