diff options
-rw-r--r-- | projecttemplates/MvcRelyingParty.vsixmanifest | 7 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty.vsixmanifest | 7 | ||||
-rw-r--r-- | vsix/extension.vsixmanifest | 2 |
3 files changed, 13 insertions, 3 deletions
diff --git a/projecttemplates/MvcRelyingParty.vsixmanifest b/projecttemplates/MvcRelyingParty.vsixmanifest index 2788f1f..11cfbec 100644 --- a/projecttemplates/MvcRelyingParty.vsixmanifest +++ b/projecttemplates/MvcRelyingParty.vsixmanifest @@ -17,8 +17,13 @@ <Edition>Premium</Edition> <Edition>Ultimate</Edition> </VisualStudio> + <VisualStudio Version="11.0"> + <Edition>Pro</Edition> + <Edition>Premium</Edition> + <Edition>Ultimate</Edition> + </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.5" /> </Identifier> <References /> <Content> diff --git a/projecttemplates/WebFormsRelyingParty.vsixmanifest b/projecttemplates/WebFormsRelyingParty.vsixmanifest index 9ea643a..6d010c5 100644 --- a/projecttemplates/WebFormsRelyingParty.vsixmanifest +++ b/projecttemplates/WebFormsRelyingParty.vsixmanifest @@ -17,8 +17,13 @@ <Edition>Premium</Edition> <Edition>Ultimate</Edition> </VisualStudio> + <VisualStudio Version="11.0"> + <Edition>Pro</Edition> + <Edition>Premium</Edition> + <Edition>Ultimate</Edition> + </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.5" /> </Identifier> <References /> <Content> diff --git a/vsix/extension.vsixmanifest b/vsix/extension.vsixmanifest index 0b2c8e3..d006c2e 100644 --- a/vsix/extension.vsixmanifest +++ b/vsix/extension.vsixmanifest @@ -18,7 +18,7 @@ <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.5" /> </Identifier> <References /> <Content> |