Skip to content

Commit

Permalink
Added support for VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Jul 1, 2021
1 parent 5bc2c0e commit d64f29c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Ocaramba.Templates.VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[11.0,)" />
<InstallationTarget Version="[11.0,)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</InstallationTarget>
</Installation>
<Dependencies>
</Dependencies>
Expand Down

0 comments on commit d64f29c

Please sign in to comment.