Skip to content

Commit 626df34

Browse files
committed
Update manifest for 16.0
1 parent 2c89ea5 commit 626df34

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/Components/Blazor/BlazorExtension/src/source.extension.vsixmanifest

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@
1212
<PreviewImage>Content\WebConfiguration.png</PreviewImage>
1313
</Metadata>
1414
<Installation AllUsers="true">
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0.27617, 16.0)" />
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,)" />
1616
</Installation>
1717
<Dependencies>
18-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6.1,)" />
18+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
1919
</Dependencies>
2020
<Assets>
2121
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
22-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="File" Path="Microsoft.VisualStudio.LanguageServices.Blazor.dll" />
23-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Microsoft.VisualStudio.LanguageServices.Blazor.dll" />
24-
<Asset Type="Microsoft.VisualStudio.VsPackage" Path="Templates.pkgdef" />
22+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Templates.pkgdef" />
2523
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="CodeSnippets.pkgdef" />
2624
</Assets>
2725
<Prerequisites>
28-
<Prerequisite Id="Microsoft.VisualStudio.Component.Web" Version="[15.7.27520.0,16.0)" DisplayName="ASP.NET and web development tools" />
26+
<Prerequisite Id="Microsoft.VisualStudio.Component.Web" Version="[16.0,)" DisplayName="ASP.NET and web development tools" />
2927
</Prerequisites>
3028
</PackageManifest>

0 commit comments

Comments
 (0)