Skip to content

Commit

Permalink
Fix prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafin-spotware-com committed Nov 23, 2021
1 parent 9ee9b98 commit 9d5969a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ExpandRegions.Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,17.0)" DisplayName="C# and Visual Basic" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,19.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,19.0)" DisplayName="C# and Visual Basic" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
Expand Down

0 comments on commit 9d5969a

Please sign in to comment.