Skip to content

Commit 059b90e

Browse files
committed
Add VS build requirements to the README
Good suggestion from MiniProfiler#288, thanks @xt0rted!
1 parent 7b1052d commit 059b90e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ The current major version of MiniProfiler is v4, which is in alpha pre-release w
1919
* [ASP.NET MVC 5 Sample App](https://github.com/MiniProfiler/dotnet/tree/master/samples/Samples.Mvc5)
2020
* [Console Application](https://github.com/MiniProfiler/dotnet/tree/master/samples/Samples.Console)
2121

22+
#### Building
23+
To build the MiniProfiler solution in Visual Studio, you'll need:
24+
- Visual Studio 2017 (or the .NET 2.x SDK)
25+
- The [Web Compiler](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.WebCompiler) extension
26+
- Note: no extension is needed if building via `buid.cmd` or `build.ps1` in the repository root. They pull it in via a package.
27+
2228
#### Package Status
2329

2430
MyGet Pre-release feed: https://www.myget.org/gallery/miniprofiler

0 commit comments

Comments
 (0)