This should make it easy for clients and applications that depend on this library to update Microsoft.Graph.Core and Microsoft.Identity.Client to the latest versions without waiting on us to update this library.
This also fixes "Could not load file or assembly" issue with MS Graph PowerShell SDK on Windows PowerShell when a referenced dependency package is of a greater version than what Microsoft.Graph.Auth uses.
This PR updates Microsoft.Graph.Auth package references to always use the latest versions of current major versions. The affected packages are :
This should make it easy for clients and applications that depend on this library to update Microsoft.Graph.Core and Microsoft.Identity.Client to the latest versions without waiting on us to update this library.
This also fixes "Could not load file or assembly" issue with MS Graph PowerShell SDK on Windows PowerShell when a referenced dependency package is of a greater version than what Microsoft.Graph.Auth uses.
Unblocks https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/67#issuecomment-576927434