Open
Description
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.