Skip to content

Commit

Permalink
[ROAD-1040] fix: missing dependencies on VS2017 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaf Agami authored Jul 11, 2022
1 parent 080066e commit a157fb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Snyk Changelog

## [1.1.24]

### Fixed
- Extension errors on VS2017.

## [1.1.23]

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,9 @@
</Exec>
</Target>
-->
<Target Name="IncludePackageReferenceDependencies" AfterTargets="GetVsixSourceItems">
<ItemGroup>
<VSIXSourceItem Include="@(ReferencePath)" />
</ItemGroup>
</Target>
</Project>

0 comments on commit a157fb0

Please sign in to comment.