microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

Installation instructions incorrect #45

Closed isthistechsupport closed 4 years ago

isthistechsupport commented 5 years ago

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 5 years ago

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.