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: articles/active-directory/develop/quickstart-v2-netcore-daemon.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,7 @@ This quickstart requires [.NET Core 2.2](https://www.microsoft.com/net/download/
36
36
37
37
> [!div renderon="docs" class="sxs-lookup"]
38
38
>
39
-
> You have two options to start your quickstart application:
40
-
> *[Express][Option 1: Register and auto configure your app and then download your code sample](#option-1-register-and-auto-configure-your-app-and-then-download-your-code-sample)
41
-
> *[Manual][Option 2: Register and manually configure your application and code sample](#option-2-register-and-manually-configure-your-application-and-code-sample)
39
+
> You have two options to start your quickstart application: Express (Option 1 below), and Manual (Option 2)
42
40
>
43
41
> ### Option 1: Register and auto configure your app and then download your code sample
44
42
>
@@ -77,12 +75,12 @@ This quickstart requires [.NET Core 2.2](https://www.microsoft.com/net/download/
77
75
78
76
#### Step 2: Download your Visual Studio project
79
77
80
-
[Download the Visual Studio project](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/archive/msal3x.zip)
78
+
[Download the Visual Studio project](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/archive/master.zip)
81
79
82
80
#### Step 3: Configure your Visual Studio project
83
81
84
82
1. Extract the zip file to a local folder close to the root of the disk, for example, **C:\Azure-Samples**.
85
-
1. Open the solution in Visual Studio - **daemon-console.sln** (optional).
83
+
1. Open the solution in Visual Studio - **1-Call-MSGraph\daemon-console.sln** (optional).
86
84
1. Edit **appsettings.json** and replace the values of the fields `ClientId`, `Tenant` and `ClientSecret` with the following:
0 commit comments