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

v1.0.0-preview0 has dependency on Microsoft.Graph.Core v1.15 #46

Closed pschaeflein closed 5 years ago

pschaeflein commented 5 years ago

I would expect that the library would depend on the latest version of Core.

darrelmiller commented 5 years ago

At the time of releasing this auth package, microsoft.graph.core was still in preview. We won't take a dependency on a preview unless it is required. Feel free to reopen if you have any concerns about this.