We are currently not actually using the .NET Core on Windows. We should actually use the .NET Core runtime!
The reason we are currently using .NET Framework instead is because MSAL does (didn't) support embedded browser on Windows when targeting .NET Core or .NET Standard. We can use the UseCustomWebUi extension point to restore this functionality.
We are currently not actually using the .NET Core on Windows. We should actually use the .NET Core runtime!
The reason we are currently using .NET Framework instead is because MSAL does (didn't) support embedded browser on Windows when targeting .NET Core or .NET Standard. We can use the
UseCustomWebUiextension point to restore this functionality.