I want to be able to tell the Windows version during the app execution. According to the documentation, to differentiate between Windows 8.1+ and Windows 8, I need to target the application using manifest.
Applications not manifested for Windows 8.1 or Windows 10 will return the Windows 8 OS version value (6.2).
The problem is, my application uses ClickOnce deployment and has a generated manifest. I haven't found any place to configure the compatibility / supported OS versions. Is it something to be set in the .csproj file? If so, what syntax should I use? Pasting the manifest tags from documentation results in an error.