From f71792c2afe4aaae1ed91f973ec7ddbe6caac11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Fri, 11 Aug 2017 12:22:29 +0200 Subject: [PATCH] Updated 99. FAQ (Frequently Asked Questions) (markdown) --- 99.-FAQ-(Frequently-Asked-Questions).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/99.-FAQ-(Frequently-Asked-Questions).md b/99.-FAQ-(Frequently-Asked-Questions).md index ef07b4b..74b184e 100644 --- a/99.-FAQ-(Frequently-Asked-Questions).md +++ b/99.-FAQ-(Frequently-Asked-Questions).md @@ -5,7 +5,7 @@ ### Is Visual Studio 2015 supported Short answer is NO. There are a lot of changes between VS2017 and VS2015 regarding netcore project format (no more `project.json`) and Docker support. -When the project started, VS2017 were not still available, so the project started with VS2015. There is **an old version of the project** that works with VS2015 and Docker. You can find them at: [using the vs2015 tag](https://github.com/dotnet-architecture/eShopOnContainers/tree/vs2015) but is currently **not supported**. For more information about this version read the [corresponding wiki section](https://github.com/dotnet-architecture/eShopOnContainers/wiki/05.-Setting-up-the-eShopOnContainers-solution-version-based-on-project.json-files-and-Visual-Studio-2015-environment). +When the project started, VS2017 were not still available, so the project started with VS2015. There is **an old version of the project** that works with VS2015 and Docker. You can find it [using the vs2015 tag](https://github.com/dotnet-architecture/eShopOnContainers/tree/vs2015) but is currently **not supported**. For more information about this version read the [corresponding wiki section](https://github.com/dotnet-architecture/eShopOnContainers/wiki/05.-Setting-up-the-eShopOnContainers-solution-version-based-on-project.json-files-and-Visual-Studio-2015-environment). ### I want to submit a PR