From eccd9ccdf9ccb6d69b5b312b2c794741ed2431a9 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 d4c714020b..4da6fe3ebe 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 @@ - +