From 92d9a162b61b92d8df62eb7d8257e41ced4c1bde Mon Sep 17 00:00:00 2001 From: Hovsep Date: Wed, 25 May 2016 10:51:22 -0700 Subject: [PATCH] Update building-code.md --- Documentation/building-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/building-code.md b/Documentation/building-code.md index 5f4721f5b1f89..225a935562c22 100644 --- a/Documentation/building-code.md +++ b/Documentation/building-code.md @@ -11,7 +11,7 @@ Ensure that msbuild is in your path by running vcvarsall.bat To compile the code in Visual Studio IDE, - Ensure you are using Visual Studio 2015 (Update 2) -- Ensure "Nuget Package Manager For Visual Studio" is updated to a newer version, like "2.8.60723.765", which is needed to install xunit. +- Ensure "Nuget Package Manager For Visual Studio" is updated to a newest version, like "2.8.60723.765", which is needed to install xunit. - Install [Task Runner Explorer](https://visualstudiogallery.msdn.microsoft.com/8e1b4368-4afb-467a-bc13-9650572db708) to run gulp tasks such as synchonize nuget version, assembly info, etc. Install CoreCLR RC2 using [these steps](https://www.microsoft.com/net/core#windows).