Skip to content

Commit

Permalink
Include .NET Core Workload
Browse files Browse the repository at this point in the history
The .NET Core workload brings down the shared runtime component. That is
needed when our core clr tests are run.
  • Loading branch information
jaredpar committed Nov 30, 2017
1 parent 17d6bcf commit 5eb76b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

This comment has been minimized.

Copy link
@nguerrera

nguerrera Dec 1, 2017

Contributor

Update 4 or newer is needed to get .NET Core 2.0 from VS install alone.

This comment has been minimized.

Copy link
@jaredpar

jaredpar Dec 1, 2017

Author Member

Thanks for the clarification.

This comment has been minimized.

Copy link
@nguerrera

nguerrera Dec 1, 2017

Contributor

Update 3 and earlier would only get you a 1.1 and 1.0 runtimes even with .NET Core workload

- 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

This comment has been minimized.

Copy link
@nguerrera

nguerrera Dec 1, 2017

Contributor

Installer calls these "workloads" (one word)

VB, C#, MSBuild are individual components.

The list of workloads would be:

.NET desktop development
.NET Core cross-platform development
Visual Studio extension development

- 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.
Expand Down

0 comments on commit 5eb76b2

Please sign in to comment.