Skip to content

Commit ec35d6d

Browse files
Expand the range in the vsix manifest (#797)
1 parent a45d441 commit ec35d6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/LibraryManager.Vsix/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<Tags>library, package, client-side, install</Tags>
1313
</Metadata>
1414
<Installation AllUsers="true">
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,19.0)">
1616
<ProductArchitecture>amd64</ProductArchitecture>
1717
</InstallationTarget>
1818
</Installation>
1919
<Dependencies>
2020
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
2121
</Dependencies>
2222
<Prerequisites>
23-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
24-
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions" Version="[17.0,18.0)" DisplayName="ASP.NET and web development" />
23+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,19.0)" DisplayName="Visual Studio core editor" />
24+
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions" Version="[17.0,19.0)" DisplayName="ASP.NET and web development" />
2525
</Prerequisites>
2626
<Assets>
2727
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)