From 9bdbbcc1130376d851e7d1d2bb7e0b1b3987f79e Mon Sep 17 00:00:00 2001 From: eiximenis Date: Thu, 5 Apr 2018 17:52:29 +0200 Subject: [PATCH] Readme.md updated to note that vs15.7 is needed --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a8dff0f..c6b29b229 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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.

+Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers. + +## IMPORTANT NOTE! +**Visual Studio 2017 15.7 Preview 2.0 or later is needed to run the solution** Due to the configuration used in `docker-compose.yml` file, VS15.7 (currently in Preview 2) is needed to run the solution. 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). **NEWS / ANNOUNCEMENTS** Do you want to be up-to-date on .NET Architecture guidance and reference apps like eShopOnContainers? --> Subscribe by "WATCHING" this new GitHub repo: https://github.com/dotnet-architecture/News