Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hiding ASP.NET 5 Project Templates from VS 2012 and 2013 #296

Open
RehanSaeed opened this issue Aug 20, 2015 · 4 comments
Open

Hiding ASP.NET 5 Project Templates from VS 2012 and 2013 #296

RehanSaeed opened this issue Aug 20, 2015 · 4 comments

Comments

@RehanSaeed
Copy link
Contributor

My project template VSIX targets VS 2012, 2013 and 2015. I don't want the ASP.NET 5 project template in it to be available in VS 2012 or 2013.

In my _project.vstemplate.xml file I have been using the following setting which stops the above from happening. Today, I realized that developers can just install .NET 4.5.1 and the ASP.NET 5 project template will become visible again.

<RequiredFrameworkVersion>4.5.1</RequiredFrameworkVersion>

Is there a more reliable way of hiding project templates from older versions of VS? Is creating separate VSIX's for each version of VS the only way?

@sayedihashimi
Copy link
Member

I'm not sure about this one. We will need to reach out to the vs template team for more info. Can you email me at sayedha@MSFT?

@codewithtyler
Copy link
Member

Let me know what you find out. That way we can apply the same principal to #286.

@sayedihashimi
Copy link
Member

Thanks, I'm not sure if this is possible with the .vsix support that exists today. I've reached out to the template team to see if they have any info.

@codewithtyler
Copy link
Member

@sayedihashimi did we ever get any info on this from the template team?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants