From a2fb0baaae76249d987f13b8a8de2521ccebcd5b Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 11 Oct 2017 16:24:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c71966f5f..67632ecef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # eShopOnContainers - Microservices Architecture and Containers based Reference Application (**BETA state** - Visual Studio 2017 and CLI environments compatible) Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers.

+**Note Visual Studio 2017 version required**: This is important as of Oct. 11th 2017. For working with Docker and docker-compose files, 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/ + **Note for Pull Requests**: We accept pull request from the community. When doing it, please do it onto the DEV branch which is the consolidated work-in-progress branch. Do not request it onto Master, if possible. ## Moving to .NET Core 2.0 "wave"