From 5b3a554da9d9a480c239acf2ca0338f30803f3e1 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett (MSFT)" Date: Thu, 11 Jul 2019 15:34:18 -0700 Subject: [PATCH] Update the README to clear out references to VS2017 (#1932) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58e2df007..7679d0bd3 100644 --- a/README.md +++ b/README.md @@ -117,12 +117,12 @@ If you would like to ask a question that you feel doesn't warrant an issue (yet) * You must be running Windows 1903 (build >= 10.0.18362.0) or above in order to run Windows Terminal. * You must have the [1903 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (build 10.0.18362.0) installed. -* You must have at least [VS 2017](https://visualstudio.microsoft.com/downloads/) installed. -* You must install the following Workloads via the VS Installer. If you're running VS 2019, opening the solution will [prompt you to install missing components automatically](https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/). +* You must have at least [VS 2019](https://visualstudio.microsoft.com/downloads/) installed. +* You must install the following Workloads via the VS Installer. Opening the solution will [prompt you to install missing components automatically](https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/). - Desktop Development with C++ - Universal Windows Platform Development - - Also install the following Individual Component: - - C++ (v141) Universal Windows Platform Tools + - **The following Individual Components** + - C++ (v142) Universal Windows Platform Tools * You must also [enable Developer Mode in the Windows Settings app](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development) to locally install and run the Terminal app.