OneIdentity / SCALUS

SCALUS -- Session Client Application Launch Uri System
Apache License 2.0
11 stars 3 forks source link

Native Windowing #84

Closed CodyBatt closed 1 year ago

CodyBatt commented 1 year ago

Added support for native windowing on Windows:

This ends up using the net6.0-windows target framework. You can control it with the build property /p:NativeWindowing=true. This has no effect on non-windows platforms. On Windows with /p:NativeWindowing=false you get the old behavior.