Skip to content

Commit 77e129c

Browse files
fixi a bug
1 parent 5704fd2 commit 77e129c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/active-directory/develop/tutorial-v2-windows-desktop.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ The application that you'll create displays a button that'll call the Microsoft
6868
> [!NOTE]
6969
> Prefer to download this sample's Visual Studio project instead? [Download a project](https://github.com/Azure-Samples/active-directory-dotnet-desktop-msgraph-v2/archive/msal3x.zip), and skip to the [Configuration step](#register-your-application) to configure the code sample before you execute it.
7070
71-
To create your application, follow these steps:
71+
Create the application using the following steps:
7272

73-
1. In Visual Studio, select **File** > **New** > **Project**.
74-
1. In the **Create a new project** window, choose **C#** from the Language list, choose **Windows** from the Platform list and choose **All Project types** from the Project types list.
73+
1. Open Visual Studio
74+
1. On the start window, select **Create a new project**.
75+
1. In the **All language** dropdown, select **C#**.
7576
1. Search for and choose the **WPF App (.NET Framework)** template, and then select Next.
7677
1. In the **Project name** box, enter a name like _Win-App-calling-MsGraph_.
7778
1. Choose a **Location** for the project or accept the default option.

0 commit comments

Comments
 (0)