NuGet / NuGet.Build.Packaging

The NuGetizer-3000 is here!
Other
70 stars 28 forks source link

Properly add Clide as a dependency #139

Closed kzu closed 7 years ago

kzu commented 7 years ago

When we bumped VsixDependency to properly account for VS2017 pre-requisite, we lost the plain Dependency nodes for non-component VSIXes (Clide in our case). This caused our MEF exports to not be available and the NuGet CPS exports to be missing, causing the nuproj to fall back to packages.config behavior, which doesn't work.