This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Commit 94a434a
Fix dependency versions so the right Prerequisite can be injected
The previous behavior would add a Dependency, which is only applicable
if the VSIX you're depending on (i.e. Merq) is NOT a product component.
Since Merq ships with Xamarin, this caused an error saying you had to
install Xamarin instead.
The updated VsixDependency will properly inject a Prerequisite instead,
and do the right thing via Willow automatically, installing only the
Merq component that Xamarin workload also consumes.1 parent b37b506 commit 94a434a
3 files changed
Lines changed: 5 additions & 5 deletions
File tree
- src/VisualStudio
- NuGet.Packaging.VisualStudio.15
- NuGet.Packaging.VisualStudio
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments