Skip to content

Commit

Permalink
Change the vsix manifest dependency from .NET SDK to MSBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ceztko committed Jul 18, 2017
1 parent 44fdfb9 commit 9df4eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="SolutionConfigurationNameMEF" Path="|SolutionConfigurationNameMEF|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Net.Component.4.6.1.SDK" Version="[15.0.26208.0,16.0)" DisplayName=".NET Framework 4.6.1 SDK" />
<Prerequisite Id="Microsoft.Component.MSBuild" Version="[15.0.26208.0,16.0)" DisplayName="MSBuild" />
</Prerequisites>
</PackageManifest>

0 comments on commit 9df4eca

Please sign in to comment.