This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Commit 4040b2a
authored
Properly add Clide as a dependency (#139)
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.1 parent 116d57c commit 4040b2a
File tree
1 file changed
+2
-2
lines changed- src/VisualStudio/NuGet.Packaging.VisualStudio.15
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments