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