-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The .NET Core workload brings down the shared runtime component. That is needed when our core clr tests are run.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nguerrera
Contributor
|
||
- 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.
Sorry, something went wrong.
nguerrera
Contributor
|
||
- 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. | ||
|
Update 4 or newer is needed to get .NET Core 2.0 from VS install alone.