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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The main code is in [AsyncEnumerableGraphDataService.cs](MsGraphSamples.Services
53
53
54
54
## Prerequisites
55
55
56
-
- Either [Visual Studio (>v16.8)](https://aka.ms/vsdownload)*or*[Visual Studio Code](https://code.visualstudio.com/) with [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0) and [C# for Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)
56
+
- Either [Visual Studio (>v16.8)](https://aka.ms/vsdownload)*or*[Visual Studio Code](https://code.visualstudio.com/) with [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) and [C# for Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)
57
57
- A Microsoft Entra ID tenant. For more information, see [How to get an Microsoft Entra ID tenant](https://azure.microsoft.com/documentation/articles/active-directory-howto-tenant/)
58
58
- A user account in your Microsoft Entra ID tenant. This sample will not work with a personal Microsoft account (formerly Windows Live account). Therefore, if you signed in to the [Azure portal](https://portal.azure.com) with a Microsoft account and have never created a user account in your directory before, you need to do that now.
59
59
@@ -91,7 +91,7 @@ or download and extract the repository .zip file.
91
91
This application use the [.NET Core Secret Manager](https://docs.microsoft.com/aspnet/core/security/app-secrets) to store the **ClientId**.
92
92
To add the **ClientId** created on step 1 of registration:
93
93
94
-
1. Open a **Developer Command Prompt** or an **Integrated Terminal** and locate the `dotnet-aad-query-sample\MSGraphSamples.WPF\` directory.
94
+
1. Open a **Developer Command Prompt** or an **Integrated Terminal** and locate the `dotnet-aad-query-sample\MsGraphSamples.Services\` directory.
95
95
1. Type `dotnet user-secrets set "clientId" "<YOUR CLIENT ID>"`
0 commit comments