Skip to content

Commit c0680d4

Browse files
committed
Update instructions for create app part of tutorial
1 parent 4aede36 commit c0680d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/create-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Update-Package bootstrap
3030
Install-Package Microsoft.Owin.Host.SystemWeb
3131
Install-Package Microsoft.Owin.Security.OpenIdConnect
3232
Install-Package Microsoft.Owin.Security.Cookies
33-
Install-Package Microsoft.Identity.Client
34-
Install-Package Microsoft.Graph
33+
Install-Package Microsoft.Identity.Client -Version 3.0.8
34+
Install-Package Microsoft.Graph -Version 1.15.0
3535
```
3636

3737
Create a basic OWIN startup class. Right-click the `graph-tutorial` folder in Solution Explorer and choose **Add > New Item**. Choose the **OWIN Startup Class** template, name the file `Startup.cs`, and choose **Add**.

0 commit comments

Comments
 (0)