From 5eb76b2fc814035076c1f771fbaa6295ed1d1406 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Thu, 30 Nov 2017 15:59:32 -0800 Subject: [PATCH] Include .NET Core Workload The .NET Core workload brings down the shared runtime component. That is needed when our core clr tests are run. --- .../contributing/Building, Debugging, and Testing on Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Building, Debugging, and Testing on Windows.md b/docs/contributing/Building, Debugging, and Testing on Windows.md index 91b2d1f4496..dfafcc7715c 100644 --- a/docs/contributing/Building, Debugging, and Testing on Windows.md +++ b/docs/contributing/Building, Debugging, and Testing on Windows.md @@ -21,7 +21,7 @@ If a stack trace is displayed on .NET Framework older than 4.7.1 (e.g. by xUnit ## Developing with Visual Studio 2017 1. [Visual Studio 2017 Update 3](https://www.visualstudio.com/vs/) - - Ensure C#, VB, MSBuild and Visual Studio Extensibility are included in the selected work loads + - Ensure C#, VB, MSBuild, .NET Core and Visual Studio Extensibility are included in the selected work loads - Ensure Visual Studio is on Version "15.3" or greater 1. [.NET Core SDK 2.2](https://www.microsoft.com/net/download/core) (if you don't see the 2.1 SDK binaries there yet, the current previews are: [Windows x64 installer](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.0-preview1-007622/dotnet-sdk-2.2.0-preview1-007622-win-x64.exe), [Windows x86 installer](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.0-preview1-007622/dotnet-sdk-2.2.0-preview1-007622-win-x86.exe)) 1. [PowerShell 3.0 or newer](https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell). If you are on Windows 10, you are fine; you'll only need to upgrade if you're on Windows 7. The download link is under the "upgrading existing Windows PowerShell" heading. -- GitLab