Pergunta

I'm creating a scaffolding tool and want to install a nuget package in a certain project from an EnvDTE extension. Is this possible?

Foi útil?

Solução

Yes. Use the method described in Invoking NuGet Services from inside Visual Studio.

In particular, look at the methods on the IVsPackageInstaller service.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top