Skip to content

Commit 699869a

Browse files
authored
Merge pull request #8 from froque/visual-studio-2019-support
Edit vsixmanifest to support Visual Studio 2019 (16.0)
2 parents b10ea67 + ee120a4 commit 699869a

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)