How to include a Nuget package in a Visual Studio Extension (vsix)
问题 I have created a Visual Studio Extension (VSIX) that makes changes to our Application's code using Roslyn. The VSIX solution includes the NUGET package Microsoft.CodeAnalysis.Analyzers. As an aside, it is described as version 1.3.2, but the underlying DLLs (e.g. "Microsoft.CodeAnalysis.CSharp.dll") all report to be 1.3.2. Anyhow, I put this on our local private Gallery. From there, I can add it to Visual Studio (VS2015 Update 3) and it executes as expected. However, after my colleagues add it