From a68e4e1e38c716bfdfa1a848f3abd4cedaa430d4 Mon Sep 17 00:00:00 2001 From: John Britto Pichai Savary Date: Thu, 4 Jun 2026 19:41:04 +0530 Subject: [PATCH] Committing the sdk version update for .NET MAUI RangeSelector. --- MAUI/Range-Selector/getting-started.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/MAUI/Range-Selector/getting-started.md b/MAUI/Range-Selector/getting-started.md index 2e1dfd77cd..e39b1e9ef9 100644 --- a/MAUI/Range-Selector/getting-started.md +++ b/MAUI/Range-Selector/getting-started.md @@ -22,9 +22,12 @@ To quickly get started with the .NET MAUI Range Selector, watch this video. Before proceeding, ensure the following are set up: -1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 v17.12 or later. - +1. Install .NET SDK + - [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later must be installed. +2. Set up a .NET MAUI Environment with Visual Studio. Supported Visual Studio Versions: + - Visual Studio 2022: Version 17.13 or later (e.g., 17.14.7) for .NET 9 development. + - Visual Studio 2026: Required for .NET 10 development. + ## Step 1: Create a New .NET MAUI Project 1. Go to **File > New > Project** and choose the **.NET MAUI App** template. @@ -115,7 +118,7 @@ namespace GettingStarted Before proceeding, ensure the following are set up: -1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later. +1. Install the [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or a later version. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI workloads are installed and configured as described [here](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-9.0&tabs=visual-studio-code). @@ -211,9 +214,9 @@ namespace GettingStarted Before proceeding, ensure the following are set up: -1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later. -2. Set up a .NET MAUI environment with JetBrains Rider 2024.3 or later. -3. Make sure the MAUI workloads are installed and configured as described [here.](https://www.jetbrains.com/help/rider/MAUI.html#before-you-start) +1. Ensure you have the latest version of JetBrains Rider. +2. Install the [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or a later version. +3. Make sure the MAUI workloads are installed and configured as described [here](https://www.jetbrains.com/help/rider/MAUI.html#before-you-start). ## Step 1: Create a new .NET MAUI Project