Skip to content

Commit 48079b1

Browse files
authored
Update vsix manifest to allow install in both VS2022 and VS2 (#910)
1 parent 7c4e069 commit 48079b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VisualStudio.Extension-2022/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<Preview>true</Preview>
1414
</Metadata>
1515
<Installation AllUsers="true">
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.12,18.0)">
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.13,19.0)">
1717
<ProductArchitecture>amd64</ProductArchitecture>
1818
</InstallationTarget>
1919
</Installation>
2020
<Dependencies>
2121
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
22-
<Dependency Id="Microsoft.VisualStudio.MPF.17.0" DisplayName="Visual Studio MPF 17.0" d:Source="Installed" Version="[17.0,18.0)" />
22+
<Dependency Id="Microsoft.VisualStudio.MPF.17.0" DisplayName="Visual Studio MPF 17.0" d:Source="Installed" Version="[17.0,19.0)" />
2323
</Dependencies>
2424
<Prerequisites>
25-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
25+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />
2626
</Prerequisites>
2727
<Assets>
2828
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />

0 commit comments

Comments
 (0)