From 63dd323dade1403ede9c65c416f9e47f316fb504 Mon Sep 17 00:00:00 2001 From: Marc-Andrea Klimaschewski Date: Wed, 7 Nov 2018 13:34:46 -0800 Subject: [PATCH] fixed the VS workloads needed to build the repo (#23) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12959b3ca..1e5a9fc61 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Check out these [demos](docs/demos.md) to learn the basics about BuildXL sandbox # Building the Code ## Windows -You should use [Visual Studio](https://visualstudio.microsoft.com/vs/), e.g. Community Edition, to build to code with MSBuild. You need to install the C# and C++ workloads. Additionally, the Windows code in this release contains a hard-coded, required dependency on Windows SDK version 10.0.10240.0. The BuildXL team will be updating the SDK version over time, but upgrading the SDK now will result in build errors. +You should use [Visual Studio](https://visualstudio.microsoft.com/vs/), e.g. Community Edition, to build to code with MSBuild. You need to install the ".NET desktop development", "Desktop development with C++" and ".NET core cross-platform development" workloads. Additionally, the Windows code in this release contains a hard-coded, required dependency on Windows SDK version 10.0.10240.0. The BuildXL team will be updating the SDK version over time, but upgrading the SDK now will result in build errors. To install this SDK version in Visual Studio: