diff --git a/aspnetcore/blazor/hybrid/tutorials/maui.md b/aspnetcore/blazor/hybrid/tutorials/maui.md index 266766bf2d..7e19508659 100644 --- a/aspnetcore/blazor/hybrid/tutorials/maui.md +++ b/aspnetcore/blazor/hybrid/tutorials/maui.md @@ -5,7 +5,7 @@ description: Build a .NET MAUI Blazor app step-by-step. monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 02/14/2022 +ms.date: 03/25/2022 no-loc: ["Blazor Hybrid", Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR] uid: blazor/hybrid/tutorials/maui --- @@ -41,7 +41,7 @@ Select the **.NET MAUI Blazor App (Preview)** template and then select the **Nex :::image type="content" source="maui/_static/new-project-2.png" alt-text="Choose a template."::: -In the **Configure your new project** window, name your project, choose a suitable location for it, and select the **Create** button: +In the **Configure your new project** dialog, set the **Project name** to **`MauiBlazor`**, choose a suitable location for the project, and select the **Create** button. :::image type="content" source="maui/_static/configure-project.png" alt-text="Configure the project."::: diff --git a/aspnetcore/blazor/hybrid/tutorials/maui/_static/configure-project.png b/aspnetcore/blazor/hybrid/tutorials/maui/_static/configure-project.png index c99a7f325b..002e0d4b39 100644 Binary files a/aspnetcore/blazor/hybrid/tutorials/maui/_static/configure-project.png and b/aspnetcore/blazor/hybrid/tutorials/maui/_static/configure-project.png differ diff --git a/aspnetcore/blazor/hybrid/tutorials/maui/_static/restored-dependencies.png b/aspnetcore/blazor/hybrid/tutorials/maui/_static/restored-dependencies.png index 99d14aecf8..3032081519 100644 Binary files a/aspnetcore/blazor/hybrid/tutorials/maui/_static/restored-dependencies.png and b/aspnetcore/blazor/hybrid/tutorials/maui/_static/restored-dependencies.png differ diff --git a/aspnetcore/blazor/hybrid/tutorials/maui/_static/running-app-android.png b/aspnetcore/blazor/hybrid/tutorials/maui/_static/running-app-android.png index 4642f3602e..8e2bbefb2c 100644 Binary files a/aspnetcore/blazor/hybrid/tutorials/maui/_static/running-app-android.png and b/aspnetcore/blazor/hybrid/tutorials/maui/_static/running-app-android.png differ