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

@ -227,6 +227,8 @@ For running just the Docker containers and web apps, you'd just need the .NET Co
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 ### Open the solution with Visual Studio for Mac
Run Visual Studio for Mac and open the solution `eShopOnContainers-ServicesAndWebApps.sln`. Run Visual Studio for Mac and open the solution `eShopOnContainers-ServicesAndWebApps.sln`.

@ -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/. 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: 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 ### Server side (Microservices and web applications) - Workloads