You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/dot-net-maui/build-mobile-and-desktop-apps/includes/4-exercise-create-your-first-maui-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ In this exercise, you start to build the .NET MAUI (Multi-platform Application U
15
15
16
16
:::image type="content" source="../media/4-configure-project.png" alt-text="A screenshot of the Configure your new project dialog box. The user names the project Phoneword and selects a location on their hard drive to store it.":::
17
17
18
-
1. Select **.NET 9.0 (Long Term Support)** in the **Framework** drop-down, then select **Create** to create the app.
18
+
1. Select **.NET 9.0 (Standard Term Support)** in the **Framework** drop-down, then select **Create** to create the app.
19
19
20
20
## Examine the solution structure
21
21
@@ -76,7 +76,7 @@ In this exercise, you start to build the .NET MAUI (Multi-platform Application U
>VisualStudio's *Hot Reload* feature allows you to modify your code while the app is running in Debug mode. You don'tneedtostoptheapptoseethechanges. Aswellasmodifyingcode, youcanalsomakechangestotheXAMLmarkupfor a page, and these changes will become visible in the running app.
79
+
>VisualStudio's *Hot Reload* feature allows you to modify your code while the app is running in Debug mode. You don'tneedtostoptheapptoseethechanges. YoucanalsomakechangestotheXAMLmarkupfor a page, and these changes become visible in the running app.
80
80
81
81
1. Close the app and return to Visual Studio.
82
82
@@ -92,7 +92,7 @@ In this exercise, you start to build the .NET MAUI (Multi-platform Application U
92
92
1. In the **Android Device Manager** window, select **+ New**. In the **New Device** window, select the **Pixel 7 (+ Store)**basedevice, selectthe**API35**OS, andselect**Create**. Waitwhilethevariouslibrariesaredownloadedandthedeviceisconfigured.
:::imagetype="content"source="../media/4-new-device.png"alt-text="A screenshot of the New Device window from the Android SDK. The user is creating a new Pixel 7 device with API 35 selected.":::
0 commit comments