mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 13:09:01 +08:00
8cca60b3ca
* [Azure-*] Remove version constraint * Update the baseline version * Remove builtin-baseline * format manifest file * Update baseline version
26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"name": "azure-security-keyvault-keys-cpp",
|
|
"version-semver": "4.0.0-beta.4",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Microsoft Azure Key Vault Keys SDK for C++",
|
|
"This library provides Azure Key Vault Keys SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|