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.).
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string FrameworkVersion { get; set; }
Public Property FrameworkVersion As String
Get
Set
public:
property String^ FrameworkVersion {
String^ get ();
void set (String^ value);
}
member 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.