diff --git a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json index 282c2ce3f..29d7e968d 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json +++ b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json @@ -26,7 +26,7 @@ }, { "name": "openssl", - "version": "1.1.1n" + "version>=": "1.1.1n" } ] } diff --git a/sdk/core/azure-core/vcpkg/vcpkg.json b/sdk/core/azure-core/vcpkg/vcpkg.json index d8846f3e0..2b29b7270 100644 --- a/sdk/core/azure-core/vcpkg/vcpkg.json +++ b/sdk/core/azure-core/vcpkg/vcpkg.json @@ -14,7 +14,7 @@ { "name": "openssl", "platform": "!windows & !uwp", - "version" : "1.1.1n" + "version>=" : "1.1.1n" }, { "name": "vcpkg-cmake", diff --git a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json index f57ec8fea..669177059 100644 --- a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json @@ -23,7 +23,7 @@ { "name": "openssl", "platform": "!windows", - "version" : "1.1.1n" + "version>=" : "1.1.1n" }, { "name": "vcpkg-cmake",