From ab2abc442a4e51c953f471cdd785c4977313037a Mon Sep 17 00:00:00 2001 From: Florian Dohrendorf Date: Fri, 2 Mar 2018 12:59:10 +0100 Subject: [PATCH] add prerequisites for tooling usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 31a8365ee7..f8a04b4ff6 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,13 @@ msbuild BlazorTooling.sln /t:Restore msbuild BlazorTooling.sln ``` +## Use VS Tooling + +To install the Tooling following prerequisites must be installed first: + +- Visual Studio 2017 15.6 (or newer) +- Workload: ASP.NET and web development + ## Contributing There are lots of ways that you can contribute to Blazor! Read our [contributing guide](https://github.com/aspnet/Blazor/blob/dev/CONTRIBUTING.md) to learn about our development process and how to propose bug fixes and improvements.