diff --git a/MAUI/Autocomplete/Getting-Started.md b/MAUI/Autocomplete/Getting-Started.md index f69e852bb9..5c4535efb3 100644 --- a/MAUI/Autocomplete/Getting-Started.md +++ b/MAUI/Autocomplete/Getting-Started.md @@ -22,8 +22,8 @@ To quickly get started with the .NET MAUI Autocomplete, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -125,7 +125,7 @@ Content = autocomplete; Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) @@ -233,7 +233,7 @@ Content = autocomplete; Before proceeding, ensure the following are set up: 1. Ensure you have the latest version of JetBrains Rider. -2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +2. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 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 diff --git a/MAUI/Button/Getting-Started.md b/MAUI/Button/Getting-Started.md index eb434d140c..dacfee97c3 100644 --- a/MAUI/Button/Getting-Started.md +++ b/MAUI/Button/Getting-Started.md @@ -25,8 +25,8 @@ To quickly get started with the .NET MAUI Button, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -117,7 +117,7 @@ SfButton button = new SfButton(); Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/Carousel-View/getting-started.md b/MAUI/Carousel-View/getting-started.md index 0aaf7ea985..9a6d22edbe 100644 --- a/MAUI/Carousel-View/getting-started.md +++ b/MAUI/Carousel-View/getting-started.md @@ -24,8 +24,8 @@ To quickly get started with the .NET MAUI Carousel, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -116,7 +116,7 @@ this.Content = carousel; Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/Chips/Getting-Started.md b/MAUI/Chips/Getting-Started.md index aba1f00e8c..70ae23cc74 100644 --- a/MAUI/Chips/Getting-Started.md +++ b/MAUI/Chips/Getting-Started.md @@ -24,8 +24,8 @@ To quickly get started with the .NET MAUI Chips, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -153,7 +153,7 @@ using Syncfusion.Maui.Core; Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/ComboBox/Getting-Started.md b/MAUI/ComboBox/Getting-Started.md index 38dda2f228..30350ffe6f 100644 --- a/MAUI/ComboBox/Getting-Started.md +++ b/MAUI/ComboBox/Getting-Started.md @@ -23,8 +23,8 @@ To quickly get started with the .NET MAUI ComboBox, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -128,7 +128,7 @@ Content = comboBox; Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/DateTime-Range-Selector/getting-started.md b/MAUI/DateTime-Range-Selector/getting-started.md index 780b7ab6ac..c5af1db4ab 100644 --- a/MAUI/DateTime-Range-Selector/getting-started.md +++ b/MAUI/DateTime-Range-Selector/getting-started.md @@ -23,8 +23,8 @@ To quickly get started with the .NET MAUI DateTime Range Selector, watch this vi Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -123,7 +123,7 @@ namespace GettingStarted Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) @@ -228,7 +228,7 @@ namespace GettingStarted Before proceeding, ensure the following are set up: 1. Ensure you have the latest version of JetBrains Rider. -2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +2. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 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 diff --git a/MAUI/DateTime-Range-Slider/getting-started.md b/MAUI/DateTime-Range-Slider/getting-started.md index bf728a9647..d99f9cf7c6 100644 --- a/MAUI/DateTime-Range-Slider/getting-started.md +++ b/MAUI/DateTime-Range-Slider/getting-started.md @@ -24,8 +24,8 @@ To quickly get started with the .NET MAUI DateTime Range Slider, watch this vide Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -142,7 +142,7 @@ namespace RangeSlider Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/DateTime-Slider/getting-started.md b/MAUI/DateTime-Slider/getting-started.md index d2cae8d465..0307aa009d 100644 --- a/MAUI/DateTime-Slider/getting-started.md +++ b/MAUI/DateTime-Slider/getting-started.md @@ -23,8 +23,8 @@ To quickly get started with the .NET MAUI DateTime Slider, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -124,7 +124,7 @@ namespace SliderGettingStarted Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) @@ -230,7 +230,7 @@ namespace SliderGettingStarted Before proceeding, ensure the following are set up: 1. Ensure you have the latest version of JetBrains Rider. -2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +2. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 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 diff --git a/MAUI/Masked-Entry/Getting-Started.md b/MAUI/Masked-Entry/Getting-Started.md index 63c3d73e8c..9b42e32f9d 100644 --- a/MAUI/Masked-Entry/Getting-Started.md +++ b/MAUI/Masked-Entry/Getting-Started.md @@ -23,8 +23,8 @@ To quickly get started with the .NET MAUI Masked Entry, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -117,7 +117,7 @@ SfMaskedEntry maskedEntry = new SfMaskedEntry(); Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/NumericEntry/Getting-Started.md b/MAUI/NumericEntry/Getting-Started.md index 72b0e744d2..230a097c40 100644 --- a/MAUI/NumericEntry/Getting-Started.md +++ b/MAUI/NumericEntry/Getting-Started.md @@ -24,8 +24,8 @@ To quickly get started with the .NET MAUI Numeric Entry, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -112,7 +112,7 @@ Step 2: Add the [SfNumericEntry](https://help.syncfusion.com/cr/maui/Syncfusion. Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/Range-Selector/getting-started.md b/MAUI/Range-Selector/getting-started.md index 939cbd7bf7..3f44dbcc56 100644 --- a/MAUI/Range-Selector/getting-started.md +++ b/MAUI/Range-Selector/getting-started.md @@ -22,8 +22,8 @@ To quickly get started with the .NET MAUI Range Selector, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -115,7 +115,7 @@ namespace GettingStarted Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) @@ -212,7 +212,7 @@ namespace GettingStarted Before proceeding, ensure the following are set up: 1. Ensure you have the latest version of JetBrains Rider. -2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +2. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 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 diff --git a/MAUI/Range-Slider/getting-started.md b/MAUI/Range-Slider/getting-started.md index 8bc19db62d..560196de27 100644 --- a/MAUI/Range-Slider/getting-started.md +++ b/MAUI/Range-Slider/getting-started.md @@ -23,8 +23,8 @@ To quickly get started with the .NET MAUI Range Slider, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -99,7 +99,7 @@ Add the namespace, as shown in the following code sample: Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) @@ -182,7 +182,7 @@ Step 2: Add the namespace, as shown in the following code sample: Before proceeding, ensure the following are set up: 1. Ensure you have the latest version of JetBrains Rider. -2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +2. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 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 diff --git a/MAUI/Rating/Getting-Started.md b/MAUI/Rating/Getting-Started.md index 982b82f443..cbd55b93e0 100644 --- a/MAUI/Rating/Getting-Started.md +++ b/MAUI/Rating/Getting-Started.md @@ -22,8 +22,8 @@ To quickly get started with the .NET MAUI Rating, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -122,7 +122,7 @@ public MainPage() Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/Rotator/Getting-started.md b/MAUI/Rotator/Getting-started.md index 4983f32189..c716dc8629 100644 --- a/MAUI/Rotator/Getting-started.md +++ b/MAUI/Rotator/Getting-started.md @@ -22,8 +22,8 @@ To quickly get started with the .NET MAUI Rotator, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New MAUI Project @@ -136,7 +136,7 @@ public partial class RotatorControlPage : ContentPage Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) diff --git a/MAUI/SignaturePad/getting-started.md b/MAUI/SignaturePad/getting-started.md index 2fdf1c3371..dd1bdc9b08 100644 --- a/MAUI/SignaturePad/getting-started.md +++ b/MAUI/SignaturePad/getting-started.md @@ -22,8 +22,8 @@ To quickly get started with the .NET MAUI SignaturePad, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -110,7 +110,7 @@ namespace SignaturePadGettingStarted Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) @@ -204,7 +204,7 @@ namespace SignaturePadGettingStarted Before proceeding, ensure the following are set up: 1. Ensure you have the latest version of JetBrains Rider. -2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +2. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 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 diff --git a/MAUI/Slider/getting-started.md b/MAUI/Slider/getting-started.md index b276564ca6..3c80b44bce 100644 --- a/MAUI/Slider/getting-started.md +++ b/MAUI/Slider/getting-started.md @@ -23,8 +23,8 @@ To quickly get started with the .NET MAUI Slider, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -119,7 +119,7 @@ namespace SliderGettingStarted Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code) @@ -220,7 +220,7 @@ namespace SliderGettingStarted Before proceeding, ensure the following are set up: 1. Ensure you have the latest version of JetBrains Rider. -2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +2. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 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 diff --git a/MAUI/TextInputLayout/Getting-Started.md b/MAUI/TextInputLayout/Getting-Started.md index c4668e326c..4e961e16fb 100644 --- a/MAUI/TextInputLayout/Getting-Started.md +++ b/MAUI/TextInputLayout/Getting-Started.md @@ -23,8 +23,8 @@ To quickly get started with the .NET MAUI TextInputLayout, watch this video. Before proceeding, ensure the following are in place: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later. -2. Set up a .NET MAUI environment with Visual Studio 2022 (v17.8 or later). +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.3 or later) or Visual Studio 2026 (v18.0.0 or later). ## Step 1: Create a New .NET MAUI Project @@ -122,7 +122,7 @@ inputLayout.Content = new Entry(); Before proceeding, ensure the following are set up: -1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed. +1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or later is installed. 2. Set up a .NET MAUI environment with Visual Studio Code. 3. Ensure that the .NET MAUI extension is installed and configured as described [here.](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code)