We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d02293 commit 60553c1Copy full SHA for 60553c1
Solidity/Solidity.ProjectType/source.extension.vsixmanifest
@@ -6,7 +6,9 @@
6
<Description xml:space="preserve">A template for creating a Solidity project.</Description>
7
</Metadata>
8
<Installation>
9
- <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="15.0" />
+ <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,]" />
12
</Installation>
13
<Dependencies>
14
<!--<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.6" />-->
0 commit comments