Skip to content

Commit ee120a4

Browse files
committed
Edit vsixmanifest to support Visual Studio 2019 (16.0)
A square bracket means the value is included. A parenthesis would mean that the value is excluded, so you can also set [11.0,16.0). You can also target a minor version (like 15.3) using the build number (such as 15.0.26208.1). https://msdn.microsoft.com/en-us/magazine/mt493251.aspx
1 parent b10ea67 commit ee120a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VSIXInteropFormsToolkit/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</Metadata>
88
<Installation>
99
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
10-
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />
10+
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
1111
</Installation>
1212
<Dependencies>
1313
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
@@ -17,6 +17,6 @@
1717
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
1818
</Assets>
1919
<Prerequisites>
20-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
20+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
2121
</Prerequisites>
2222
</PackageManifest>

0 commit comments

Comments
 (0)