diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-06 13:07:22 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-06 13:07:22 -0700 |
commit | 3da2b32be4604e1b9dea44d8a0f238b0f091860c (patch) | |
tree | f8a01f1150d67837acd17342c0e02a592f627cdd | |
parent | 7b9436be733084a518026f0cfad3d154ec62ee7d (diff) | |
download | DotNetOpenAuth-3da2b32be4604e1b9dea44d8a0f238b0f091860c.zip DotNetOpenAuth-3da2b32be4604e1b9dea44d8a0f238b0f091860c.tar.gz DotNetOpenAuth-3da2b32be4604e1b9dea44d8a0f238b0f091860c.tar.bz2 |
Fixed VSIX generation to allow for targeting .NET 4.0.
-rw-r--r-- | projecttemplates/MvcRelyingParty.vsixmanifest | 2 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty.vsixmanifest | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/MvcRelyingParty.vsixmanifest b/projecttemplates/MvcRelyingParty.vsixmanifest index 2788f1f..b14c99e 100644 --- a/projecttemplates/MvcRelyingParty.vsixmanifest +++ b/projecttemplates/MvcRelyingParty.vsixmanifest @@ -18,7 +18,7 @@ <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.0" /> </Identifier> <References /> <Content> diff --git a/projecttemplates/WebFormsRelyingParty.vsixmanifest b/projecttemplates/WebFormsRelyingParty.vsixmanifest index 9ea643a..6ebe392 100644 --- a/projecttemplates/WebFormsRelyingParty.vsixmanifest +++ b/projecttemplates/WebFormsRelyingParty.vsixmanifest @@ -18,7 +18,7 @@ <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.0" /> </Identifier> <References /> <Content> |