ISandcastleProject.FrameworkVersion Property
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This is used to get or set the .NET Framework version used to resolve references to system types (basic .NET Framework, Silverlight, Portable, etc.).
string FrameworkVersion { get; set; }
Property Value
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.