ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Latest VS2017 is not found #100

Open waynebrantley opened 7 years ago

waynebrantley commented 7 years ago

I recently updated one of my templates. This was previously installed in VS2017, so I removed it and attempted to install the updated template.

It will now only install into VS2015 - does not offer 2017.
I tried the old version of my template - it also does not offer 2017.

Difference is that I have updated VS2017 to the latest release (downloading updates as prompted in updates) I am running version 15.1 build 26403.7.

The 'install targets' of my template is VS Pro with a version range of [14.0,16.0) This should work?

What must be done to make it detect the latest version?