Skip to content

Commit

Permalink
Removes unnecessary install targets from VS2017/2019 manifest (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
grochocki authored Apr 8, 2024
1 parent 547423c commit bb103cd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
</Metadata>
<!-- Visual Studio extensions and version ranges demystified: https://devblogs.microsoft.com/visualstudio/visual-studio-extensions-and-version-ranges-demystified/ -->
<Installation AllUsers="true">
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
Expand Down

0 comments on commit bb103cd

Please sign in to comment.