Skip to content

Commit 6a66ed2

Browse files
committed
More improvements
1 parent 45a206e commit 6a66ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-v2-netcore-daemon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ https://login.microsoftonline.com/Enter_the_Tenant_Id_Here/adminconsent?client_i
140140
If you're using Visual Studio, press **F5** to run the application, otherwise, run the application via command prompt or console:
141141

142142
```console
143-
cd {ProjectFolder}\daemon-console\
143+
cd {ProjectFolder}\daemon-console\1-Call-Graph
144144
dotnet run
145145
```
146146

@@ -161,7 +161,7 @@ MSAL ([Microsoft.Identity.Client](https://www.nuget.org/packages/Microsoft.Ident
161161
You can install MSAL.NET by running the following command in Visual Studio's **Package Manager Console**:
162162

163163
```powershell
164-
Install-Package Microsoft.Identity.Client -Pre
164+
Install-Package Microsoft.Identity.Client
165165
```
166166

167167
Alternatively, if you are not using Visual Studio, you can run the following command to add MSAL to your project:

0 commit comments

Comments
 (0)