From 86307fe4dbdb1e37193f92fcc214b40783aa6edc Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 11 Oct 2017 16:31:29 -0700 Subject: [PATCH] Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown) --- ...g-eShopOnContainers-in-a-Visual-Studio-2017-environment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 5db5912..5bcdddc 100644 --- a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md @@ -1,7 +1,9 @@ ## Want to try it out from Visual Studio 2017? **Note Visual Studio 2017 version required**: This is important as of Oct. 11th 2017. For working with Docker and docker-compose files (needed with eShopOnContainers), do not migrate to VS 2017 15.4 as it has a bug when using TAGs in the docker-compose files. -Please, either use VS 2017 15.35 or VS 2017 15.5 Preview 1 or later. Download of Preview here: https://www.visualstudio.com/vs/preview/ +Please, either use VS 2017 15.35 or VS 2017 15.5 Preview 1 (bug is fixed here) or later. +VS Preview installs next to your stable Visual Studio IDE, allowing you to use either independently. +Download of Preview here: https://www.visualstudio.com/vs/preview/ Main steps: