From 7ebb9c0b4e6a251b641e38adc96e661b3d442075 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 6 Mar 2017 18:49:13 -0800 Subject: [PATCH] Minor updates --- .vs/slnx.sqlite | Bin 77824 -> 77824 bytes ...-up-in-a-Visual-Studio-2017-environment.md | 2 +- ...nt-(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index a0b07e8d532d62879c1266f31ed3f542e2508f20..ddbe7162e4cc14ace46c89b67fca47cb3d5770c3 100644 GIT binary patch delta 220 zcmZp8z|!!5Wr8&0jEOSNj59VS1nV=--n>Qsjz7!3x>buOPpLOzIVhXQKlxPsYi4UM z>&=P+WlWR%nw!~X$FnrrGfmEG_vhCuPAp4J(Mw9qW|$?(Y&!Yk9MR2MEj>I;oTq^5 zKQm7LFsX%ob^>doJp)(+53+{M6DJ?X=|z$V rwH#Mcnf5A8xtP%?#m>-ZKRLlYNC;JS$Cu?-Cf{-}->#*>c#RzZg8orR delta 130 zcmV-|0Db>}-~@o+1dtm6l93!k0g|y`Q!fFTv$QYVPXuvcG)9w@e=-DdE@XO>%75zt zH?tuS*aDL-gM$Q_83Q$w(VP{tDuj#-vmp>V0+XwfgaMh8&72&wk(0-a0uJu8ArNK< k1~7pZ1^`c!;6N3Zuq^=+24wjnne`Zx+CVqADkuTg2jV(0rvLx| diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index 920d901..59a1c71 100644 --- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -8,7 +8,7 @@ Main steps: - Hit F5! ``` NOTE: In order for the authentication based on the STS (Security Token Service) to properly work and have access from remote client apps like the Xamarin mobile app, you also need to open the ports in your firewall as specified in the procedure below. -For detailed instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. +For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. -------------------------------------------------------------------- -------------------------------------------------------------------- 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 b2f7468..655ad9d 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 @@ -8,7 +8,7 @@ Main steps: - Docker-compose up ``` NOTE: In order for the authentication based on the STS (Security Token Service) to properly work and have access from remote client apps like the Xamarin mobile app, you also need to open the ports in your firewall as specified in the procedure below. -For detailed instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. +For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. -------------------------------------------------------------------- --------------------------------------------------------------------