Skip to content

Commit 4fc9e98

Browse files
committed
Update instructions for create app part of tutorial
1 parent 29ffb7f commit 4fc9e98

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 -Version 2.7.0
34-
Install-Package Microsoft.Graph -Version 1.11.0
33+
Install-Package Microsoft.Identity.Client
34+
Install-Package Microsoft.Graph
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)