Fix OpenSSL version check in GetAlpnSupport (#64032)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 7 Feb 2022 19:04:51 +0000 (11:04 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 19:04:51 +0000 (11:04 -0800)
commit5ab70d307f1713382d45ae3d700dfae3883498f0
treedf6673b69ea9515ecfb1b1683e66b2d4ccd0eab8
parent4c8a38953f627c50ca4cf3c6df31776796f44a81
Fix OpenSSL version check in GetAlpnSupport (#64032)

The previous check failed 3.0.0 because the Minor was 0 and Build was 0.

It could probably be rewritten to be `>= new Version(1, 0, 2)`, but that'd require more thinking.

Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs