Skip to content

Commit 8fad3aa

Browse files
Merge pull request #50145 from v-thpra/azure-triage-fix-1048388
Fix for Customer Feedback 1048388: Reference to .NET 9.0 (Long Term Support) should be .NET 9.0 (Standard Term Support)
2 parents 3c65dfa + 369a943 commit 8fad3aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/dot-net-maui/build-mobile-and-desktop-apps/includes/4-exercise-create-your-first-maui-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this exercise, you start to build the .NET MAUI (Multi-platform Application U
1515

1616
:::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.":::
1717

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.
1919

2020
## Examine the solution structure
2121

@@ -76,7 +76,7 @@ In this exercise, you start to build the .NET MAUI (Multi-platform Application U
7676
1. Switch back to the app and select the **Click me** button. Verify that the count is now incrementing by 5.
7777

7878
> [!NOTE]
79-
> Visual Studio's *Hot Reload* feature allows you to modify your code while the app is running in Debug mode. You don't need to stop the app to see the changes. As well as modifying code, you can also make changes to the XAML markup for a page, and these changes will become visible in the running app.
79+
> Visual Studio's *Hot Reload* feature allows you to modify your code while the app is running in Debug mode. You don't need to stop the app to see the changes. You can also make changes to the XAML markup for a page, and these changes become visible in the running app.
8080

8181
1. Close the app and return to Visual Studio.
8282

@@ -92,7 +92,7 @@ In this exercise, you start to build the .NET MAUI (Multi-platform Application U
9292
1. In the **Android Device Manager** window, select **+ New**. In the **New Device** window, select the **Pixel 7 (+ Store)** base device, select the **API 35** OS, and select **Create**. Wait while the various libraries are downloaded and the device is configured.
9393

9494
> [!NOTE]
95-
> The example in this exercise uses the **Pixel 7 (+ Store)** base device, but you can use other devices. For example the **Pixel 5 - API 31** or **Pixel 5 - API 34**.
95+
> The example in this exercise uses the **Pixel 7 (+ Store)** base device, but you can use other devices. For example, the **Pixel 5 - API 31** or **Pixel 5 - API 34**.
9696

9797
:::image type="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.":::
9898

0 commit comments

Comments
 (0)