I have created a visual studio extension (vsix) which has dependency on Nuget Package Manager. Currently installation fails if Nuget package manager is not installed on target machine. Is there a way to automatically install dependencies with vsix?
I have created a visual studio extension (vsix) which has dependency on Nuget Package Manager. Currently installation fails if Nuget package manager is not installed on target machine. Is there a way to automatically install dependencies with vsix?