Skip to content

Commit c018717

Browse files
author
Kalyan Krishna
authored
Minor update to readme
The ADAL library name
1 parent 86219b6 commit c018717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ First, in Visual Studio 2017 create an empty solution to host the projects. The
152152
### Creating the TodoListClient Project
153153

154154
1. In the solution, create a new Windows --> Windows Classic Desktop -> WPF App(.NET Framework) called TodoListClient.
155-
2. Add the (stable) Active Directory Authentication Library (ADAL) NuGet, `Microsoft.IdentityModel.Clients.ActiveDirectory`, version 1.0.3 (or higher) to the project.
155+
2. Add the Active Directory Authentication Library (ADAL) NuGet, `Microsoft.IdentityModel.Clients.ActiveDirectory` to the project.
156156
3. Add assembly references to `System.Net.Http`, `System.Web.Extensions`, and `System.Configuration`.
157157
4. Add a new class to the project called `TodoItem.cs`. Copy the code from the sample project file of same name into this class, completely replacing the code in the file in the new project.
158158
5. Add a new class to the project called `FileCache.cs`. Copy the code from the sample project file of same name into this class, completely replacing the code in the file in the new project.

0 commit comments

Comments
 (0)