From 9aa64c2d79b55711be43d000945707b975808a00 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 29 Aug 2018 14:45:10 -0700 Subject: [PATCH] Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown) --- ...s-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 73ffef5..66c99a4 100644 --- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -2,6 +2,9 @@ * [https://github.com/dotnet-architecture/eShopOnContainers/blob/master/readme/readme-docker-compose.md](https://github.com/dotnet-architecture/eShopOnContainers/blob/master/readme/readme-docker-compose.md): All docker compose files that we have and how to use them +## .NET Core SDK +Make sure you have the latest '.NET Core 2.1 SDK' installed from: https://www.microsoft.com/net/download + ## Want to try it out from the CLI? Main steps to run on the CLI command window: @@ -33,7 +36,7 @@ Since December 2017, Visual Studio 2017 15.5 and eShopOnContainers support [Dock 1. A Git client. The [git-scm site](https://git-scm.com/download/gui/mac) maintains a great list of clients. 1. (OPTIONAL) [Node.js](http://nodejs.org). The stable channel is fine as well. 1. (OPTIONAL) Bower (/> npm install -g bower) needed for the MVC web app. -1. [.NET Core and SDK](http://dot.net). Install the SDK and runtime. +1. [.NET Core SDK](http://dot.net). Install the latest SDK and runtime. 1. Any code editor, like [Visual Studio Code](https://code.visualstudio.com/) *IMPORTANT NOTE:* When building with Docker Multi-stage you don't really need to have installed Node, NPM, Bower or not even .NET Core SDK in your local Windows machine, as the build image used by Docker Multi-stage has all the needed SDKs to compile the projects. However, we recommend to have it installed on Windows so you can do further development and testing.