From d32bed564a5702fb3ccb4eb3adb23641926b3c83 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Tue, 23 Jul 2019 12:14:43 +0100 Subject: [PATCH] Added check SDK version installed mention. --- Mac-setup.md | 6 ++++-- Windows-setup.md | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Mac-setup.md b/Mac-setup.md index 6f6dfe7..4a59c79 100644 --- a/Mac-setup.md +++ b/Mac-setup.md @@ -219,13 +219,15 @@ Make sure you select the .NET Core platform: ![](images/Mac-setup/dotnetcore-workload-vs-mac.png) -Before completing the VS for Mac installation, it will demand you to install XCode, that is needed for multiple dependencies. +Before completing the VS for Mac installation, it will demand you to install XCode, that is needed for multiple dependencies. If you install Android as a target platform, Java will also be installed as a dependency for building mobile apps for Android. For running just the Docker containers and web apps, you'd just need the .NET Core platform. -But if you want to try the eShopOnContainers mobile app, that requires Xamarin and therefore, the iOS and Android platforms, too. Those mobile platforms are optional for this Wiki walkthrough, though. +But if you want to try the eShopOnContainers mobile app, that requires Xamarin and therefore, the iOS and Android platforms, too. Those mobile platforms are optional for this Wiki walkthrough, though. + +**Make sure you have the latest SDK 2.2 version from installed.** ### Open the solution with Visual Studio for Mac diff --git a/Windows-setup.md b/Windows-setup.md index 6f9c0ca..0b67488 100644 --- a/Windows-setup.md +++ b/Windows-setup.md @@ -140,6 +140,8 @@ If you want to explore the code and debug the application to see it working, you You have to install at least VS 2017 (15.9) and you can install the latest release from https://visualstudio.microsoft.com/vs/. +**Make sure you have the latest SDK 2.2 version from installed.** + Upon running the installer, select the following workloads depending on the apps you intend to test or work with: ### Server side (Microservices and web applications) - Workloads