vcpkg/ports/azure-storage-common-cpp/vcpkg.json
Phoebe 8cca60b3ca
[Azure-*] Remove version constraint (#19299)
* [Azure-*] Remove version constraint

* Update the baseline version

* Remove builtin-baseline

* format manifest file

* Update baseline version
2021-08-03 17:06:29 -07:00

31 lines
686 B
JSON

{
"name": "azure-storage-common-cpp",
"version-semver": "12.0.1",
"port-version": 1,
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false
},
"libxml2",
{
"name": "openssl",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}