I'm writing system requirements for our application, where we recently added support of per-monitor DPI awareness V2. We've tested it with client versions of Windows. Dos someone know if this functionality is supported by Windows Server versions, and if yes, since which version?
I've looked in MSDN but couldn't find an answer...
If it is important, we initialize DPI awareness using method described here: WPF ClickOnce DPI awareness Per-Monitor v2
According to the Microsoft documentation it is only available in client Windows versions.
Minimum supported client : Windows 10, version 1607 [desktop apps only]
Minimum supported server : None supported