microsoftgraph/msgraph-sdk-dotnet-auth

Installation instructions incorrect

Closed this issue · 1 comments

The installation instructions for the Package Manager Console are incorrect: They currently say one must execute the command Install-Package Microsoft.Graph.Auth when the actual command (taken from the NuGet webpage) is Install-Package Microsoft.Graph.Auth -Version 1.0.0-preview.0.

Thanks for bringing this up. We will update the readme + our docs page to include -PreRelease option. i.e.
Install-Package Microsoft.Graph.Auth -PreRelease.