Remove vcpkg version constraints for Key Vault Keys (#2736)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2021-08-12 11:35:08 -07:00 committed by GitHub
parent b3cfe0148e
commit a9281f2808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,10 @@
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys",
"license": "MIT",
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.1.0"
"default-features": false
},
{
"name": "vcpkg-cmake",