From db83087480ca9f4b2bd13b1801a49fbc4e4a4768 Mon Sep 17 00:00:00 2001 From: Jahnavi-SF4672 Date: Thu, 26 Mar 2026 16:01:03 +0530 Subject: [PATCH] Updated the getting-started.md with VS 2026 and version 19.0.0. --- maui-toolkit/Popup/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maui-toolkit/Popup/getting-started.md b/maui-toolkit/Popup/getting-started.md index 05e63f50..829b2a5e 100644 --- a/maui-toolkit/Popup/getting-started.md +++ b/maui-toolkit/Popup/getting-started.md @@ -17,8 +17,8 @@ This section guides you through setting up and configuring a `Popup` in your .NE ## Prerequisites 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 2026 (v18.0.0 or later). ## Step 1: Create a .NET MAUI project