When calling LoginAsync in WPF the browser form hangs and just displays "OK" until manually closed. I traced the problem down to the version of Newtonsoft.Json being added to the project by default (version 5.0.6). Upgrading the Newtonsoft package fixes the problem. Fixing the package dependencies should fix this issue.
When calling LoginAsync in WPF the browser form hangs and just displays "OK" until manually closed. I traced the problem down to the version of Newtonsoft.Json being added to the project by default (version 5.0.6). Upgrading the Newtonsoft package fixes the problem. Fixing the package dependencies should fix this issue.