문제

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

도움이 되었습니까?

해결책

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top