Skip to content

Commit 60553c1

Browse files
committed
Add VS2019 support
1 parent 5d02293 commit 60553c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Solidity/Solidity.ProjectType/source.extension.vsixmanifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<Description xml:space="preserve">A template for creating a Solidity project.</Description>
77
</Metadata>
88
<Installation>
9-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="15.0" />
9+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,]" />
10+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,]" />
11+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,]" />
1012
</Installation>
1113
<Dependencies>
1214
<!--<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.6" />-->

0 commit comments

Comments
 (0)