microsoftgraph / aspnetcore-connect-sample

[ARCHIVED] This ASP.NET Core MVC sample shows how to connect to Microsoft Graph using delegated permissions and the Azure AD v2.0 (MSAL) endpoint.
MIT License
123 stars 96 forks source link

Migrate from ASP.NET Core 2.0 to 2.1 #22

Closed pekspro closed 5 years ago

pekspro commented 6 years ago

This updates the project to ASP.NET Core 2.1. It works, but I don't know why :-D

Should be tested carefully. No warranties :-)

mark-szabo commented 6 years ago

Thank you @pekspro a lot for contributing! 😊 Will test this in the coming days and if everything works, I'll merge it.

mark-szabo commented 5 years ago

Thank you again @pekspro! 😊 Sorry for the delay, I had to add some extra changes before merging.