add prerequisites for tooling usage

This commit is contained in:
Florian Dohrendorf 2018-03-02 12:59:10 +01:00 committed by Ryan Nowak
parent cb44cf9c07
commit ab2abc442a
1 changed files with 7 additions and 0 deletions

View File

@ -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.