Azure-Samples / active-directory-dotnet-desktop-msgraph-v2

Sample showing how a Windows desktop .NET (WPF) application can get an access token using MSAL.NET and call the Microsoft Graph API or other APIs protected by the Microsoft identity platform (Azure Active Directory v2)
https://aka.ms/aadv2
MIT License
146 stars 98 forks source link

For the Azure App Registration Quick Start - Please upgrade the sample to support .NET 6. #102

Open andrueastman opened 1 year ago

andrueastman commented 1 year ago

*Hi,

From Microsoft Azure App Registration Portal:

At the moment when I choose the following app type:

App registrations - > (App Name) - Quickstart

Then: Mobile and desktop application - Windows desktop - Quickstart: Acquire a token and call Microsoft Graph API from a Windows desktop app

The sample works but it is built on a old version of .Net.

Can I suggest this is upgraded to .NET 6 (WPF).

Thanks,

Ward.

Sourced from https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1415