From 8c9910743959b16d7ff3b2fbb1014fe000a716e4 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 23 Mar 2018 12:25:42 -0700 Subject: [PATCH] Improve dependencies of the Blazor VSIX This should now correctly require VS 15.7-preview1 or newer with the ASP.NET and web development tools to installed. Removed the Razor Language Servcies dependency since it's prompting an install of the wrong tools from the VS gallery. --- .../source.extension.vsixmanifest | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/source.extension.vsixmanifest b/tooling/Microsoft.VisualStudio.BlazorExtension/source.extension.vsixmanifest index d4c714020..4da6fe3eb 100644 --- a/tooling/Microsoft.VisualStudio.BlazorExtension/source.extension.vsixmanifest +++ b/tooling/Microsoft.VisualStudio.BlazorExtension/source.extension.vsixmanifest @@ -12,11 +12,10 @@ Content\WebConfiguration.png - + - @@ -27,6 +26,6 @@ - +