You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine as a dependency (or prereq not sure) in the .vstemplate file to ensure that the Template Engine is available on the end users machine.
The text was updated successfully, but these errors were encountered:
@mlorbetske@phenning
I'm trying to figure out what needs to go into the .vsixmanifest to ensure that TemplateEngine is available on the end users machine. I tried both prerequesties and dependenceis and neither is working for me.
For the currently released version the prerequiset should be set to Micorosoft.VisualStudio.Component.Web. In some future version we can get a smaller component by adding Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine
I think we also need to supply 15.0.26606 as the lowest version number, since that is the one for 15.3.0 if I'm not mistaken from the docs, so the correct entry would be:
<Prerequisite Id="Microsoft.VisualStudio.Component.Web" Version="[15.0.26606.0,16.0)" DisplayName="ASP.NET and web development tools" />
We need to add
Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine
as a dependency (or prereq not sure) in the .vstemplate file to ensure that the Template Engine is available on the end users machine.The text was updated successfully, but these errors were encountered: