auth0 / docs

Auth0 documentation
MIT License
366 stars 1.6k forks source link

Update WPF and WinForms quickstart to .NET6 #10303

Closed frederikprijck closed 10 months ago

frederikprijck commented 10 months ago

Update the WPF and WinForms quickstart for .NET6.

This does not need any content changes, as it just works since the latest version of the SDK.

As the latest version also uses WebView2 automatically, I removed the callout on how to use WebView2 manually, as that is no longer needed.

Also got rid of Form1.cs references, as that only works for WinForms, while the quickstart is also for WPF.