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

Update MSAL dependency to v4.3.1 #50

Closed michael-hawker closed 5 years ago

michael-hawker commented 5 years ago

Resolves #49 (and should add better .NET Core and Xamarin iOS support due to MSAL updates) Also, correlate dependencies for tests to function as called out in #18

Tests still seem to pass, so I didn't see any breaking changes.

I'm trying to build a local NuGet to test in my .NET Core project which requires this update.

michael-hawker commented 5 years ago

Tested this in my .NET Core project and seemed to be working fine.

darrelmiller commented 5 years ago

@MIchaelMainer We should create a milestone and a new GitHub release so we can get this update out.

michael-hawker commented 5 years ago

Thanks @darrelmiller and @MIchaelMainer!

Any thoughts on how long the release cycle should take?