Reg: Unable to find package 'Microsoft.Graph.Auth'
Closed this issue · 1 comments
yChakradhar commented
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
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.