Installation instructions incorrect
Closed this issue · 1 comments
isthistechsupport commented
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
.
peombwa commented
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
.