Skip to content

Commit a157fb0

Browse files
author
Asaf Agami
authored
[ROAD-1040] fix: missing dependencies on VS2017 (#195)
1 parent 080066e commit a157fb0

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Snyk Changelog
22

3+
## [1.1.24]
4+
5+
### Fixed
6+
- Extension errors on VS2017.
7+
38
## [1.1.23]
49

510
### Added

Snyk.VisualStudio.Extension/Snyk.VisualStudio.Extension.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,9 @@
142142
</Exec>
143143
</Target>
144144
-->
145+
<Target Name="IncludePackageReferenceDependencies" AfterTargets="GetVsixSourceItems">
146+
<ItemGroup>
147+
<VSIXSourceItem Include="@(ReferencePath)" />
148+
</ItemGroup>
149+
</Target>
145150
</Project>

0 commit comments

Comments
 (0)