Required. Specifies the versions of the .NET Framework common language runtime (CLR) that are supported by the extension.
<SupportedFrameworkRuntimeEdition minversion="2.0" maxversion="4.0" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| minversion | Required. The earliest version of the .NET Framework CLR that is supported by the extension. | 
| maxversion | Optional. The most recent version of the .NET Framework CLR that is supported by the extension. | 
Child Elements
| Element | Description | 
|---|---|
| None | 
Parent Elements
| Element | Description | 
|---|---|
| Contains the information that uniquely identifies the extension deployment package. | 
Element Information
| Namespace | https://schemas.microsoft.com/developer/vsx-schema/2010 | 
| Schema Name | VSIX Manifest | 
| Validation File | VSIXManifestSchema.xsd | 
| Can be Empty | Not applicable |