Prevent install on unsupported OS versions #1836
Unanswered
RusselRillema
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have specified the SupportedOSPlatformVersion in my csproj file but users on older operating systems can still run the setup and they get an ugly dll not found error (I can see the app is trying to start up and the OS version does not have the assemblies I require.
Is there some way I can rather give the user an unsupported OS error?
Beta Was this translation helpful? Give feedback.
All reactions