diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index a0b07e8..ddbe716 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ 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. -------------------------------------------------------------------- --------------------------------------------------------------------