From 00032b55ba9951caa7091ecb7c83306b3e96d488 Mon Sep 17 00:00:00 2001 From: Sumit Ghosh Date: Mon, 15 Nov 2021 19:15:39 +0530 Subject: [PATCH] Updated wiki content for .NET 6.0 --- Mac-setup.md | 6 +++--- System-requirements.md | 6 +++--- Windows-setup.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Mac-setup.md b/Mac-setup.md index 9700e7e..a7c6e3a 100644 --- a/Mac-setup.md +++ b/Mac-setup.md @@ -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 installed.** +**Make sure you have the latest .NET 6 SDK from installed.** ### Open the solution with Visual Studio for Mac diff --git a/System-requirements.md b/System-requirements.md index 13b9251..b0fa38f 100644 --- a/System-requirements.md +++ b/System-requirements.md @@ -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. diff --git a/Windows-setup.md b/Windows-setup.md index 88ac04a..8bec62e 100644 --- a/Windows-setup.md +++ b/Windows-setup.md @@ -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 installed.** +**Make sure you have the latest .NET 6 SDK from installed.** Upon running the installer, select the following workloads depending on the apps you intend to test or work with: