Updated wiki content for .NET 6.0

Sumit Ghosh 2021-11-15 19:15:39 +05:30
parent 21214d23e5
commit 00032b55ba
3 changed files with 7 additions and 7 deletions

@ -251,7 +251,7 @@ If you want to explore the code and debug the application to see it working, you
When installing [Visual Studio for Mac](https://www.visualstudio.com/vs/visual-studio-mac/), you can select between multiple workloads or platforms.
Make sure you select the .NET 5 platform:
Make sure you select the .NET 6 platform:
![](images/Mac-setup/dotnetcore-workload-vs-mac.png)
@ -259,11 +259,11 @@ Before completing the VS for Mac installation, it will demand you to install XCo
If you install Android as a target platform, Java will also be installed as a dependency for building mobile apps for Android.
For running just the Docker containers and web apps, you'd just need the .NET 5 platform.
For running just the Docker containers and web apps, you'd just need the .NET 6 platform.
But if you want to try the eShopOnContainers mobile app, that requires Xamarin and therefore, the iOS and Android platforms, too. Those mobile platforms are optional for this Wiki walkthrough, though.
**Make sure you have the latest .NET 5 SDK from <https://dotnet.microsoft.com/download/dotnet/5.0> installed.**
**Make sure you have the latest .NET 6 SDK from <https://dotnet.microsoft.com/download/dotnet/6.0> installed.**
### Open the solution with Visual Studio for Mac

@ -7,8 +7,8 @@
### Software requirements for Windows
- Docker Desktop on Windows - with [System Requirements](https://docs.docker.com/docker-for-windows/install/#system-requirements).
- Latest **.NET 5 SDK** from: https://www.microsoft.com/net/download
- (Optional) Visual Studio 2019 **16.8** or later Much better for debugging multi-containers apps.
- Latest **.NET 6 SDK** from: https://www.microsoft.com/net/download
- (Optional) Visual Studio 2022 **17.0** or later Much better for debugging multi-containers apps.
- (Optional) Visual Studio Code.
If your system is OK with the Docker requirements above, you'll be fine for VS too.
@ -29,7 +29,7 @@ If your system is OK with the Docker requirements above, you'll be fine for VS t
### Software requirements for Mac
- Docker Desktop on Mac - with [System Requirements](https://docs.docker.com/docker-for-mac/install/#system-requirements)
- Latest **.NET 5 SDK** from: https://www.microsoft.com/net/download
- Latest **.NET 6 SDK** from: https://www.microsoft.com/net/download
- (Optional) Visual Studio for Mac.
- (Optional) Visual Studio Code.

@ -157,7 +157,7 @@ If you want to explore the code and debug the application to see it working, you
You have to install at least VS 2019 (16.8 or later) and you can install the latest release from https://visualstudio.microsoft.com/vs/.
**Make sure you have the latest .NET 5 SDK from <https://dotnet.microsoft.com/download/dotnet/5.0> installed.**
**Make sure you have the latest .NET 6 SDK from <https://dotnet.microsoft.com/download/dotnet/6.0> installed.**
Upon running the installer, select the following workloads depending on the apps you intend to test or work with: