diff --git a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md index cc07a4d..c465815 100644 --- a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md @@ -1,9 +1,11 @@ ## Want to try it out from Visual Studio 2017? -**Note Visual Studio 2017 version required**: -Please, either use VS 2017 15.5 or later. +## IMPORTANT NOTE! +**Visual Studio 2017 15.7 Preview 2.0 or later is needed to run the solution from the *DEV branch* (current evolving code) which now includes API Gateways features**. Due to the configuration used in `docker-compose.yml` file, VS 15.7 (currently in Preview 2) is needed to run the solution at DEV branch or you can also run eShopOnContainers with Docker CLI with "docker-compose up" or deploying to Kubernetes/AKS. Trying to run the solution in VS15.6 (current RTM of Visual Studio 2017) will generate errors (complaining about invalid values in docker-compose file). + +If you want/need to run eShopOnContainers in **Visual Studio 2017 15.6 RTM** or previous, you'll need to use the code at the **MASTER branch** which is the previous stable version of eShopOnContainers. -Main steps: +Main steps to run it in Visual Studio:   ``` - Git clone https://github.com/dotnet-architecture/eShopOnContainers.git