Fix #10185 remove .NET framework requirement from VSIX

This commit is contained in:
Ryan Nowak 2019-05-11 16:50:48 -07:00 committed by Ryan Nowak
parent a266cecc0c
commit 2ed7be91e0
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@
<Installation AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Templates.pkgdef" />