Added check SDK version installed mention.

Miguel Veloso 2019-07-23 12:14:43 +01:00
parent 8f27d85df7
commit d32bed564a
2 changed files with 6 additions and 2 deletions

@ -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 <https://dotnet.microsoft.com/download/dotnet-core/2.2> installed.**
### Open the solution with Visual Studio for Mac

@ -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 <https://dotnet.microsoft.com/download/dotnet-core/2.2> 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