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

Reg: Unable to find package 'Microsoft.Graph.Auth' #52

Closed yChakradhar closed 5 years ago

yChakradhar commented 5 years ago

Hi Team,

When I try to install from NuGet package manager, getting the following error. Unable to find package 'Microsoft.Graph.Auth' Please help me.

Regards, Chakradhar

peombwa commented 5 years ago

The installation guide is missing a -PreRelease. You should install the package as such: Install-Package Microsoft.Graph.Auth -PreRelease. I'll update the readme to reflect the same. Thanks for bringing this to our attention.