* Update vcpkg baseline * Update in another place as well * Remove default-features requirement for telemetry and amqp in manifest mode * Also remove default-features for storage --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
33 lines
561 B
JSON
33 lines
561 B
JSON
{
|
|
"name": "azure-sdk-for-cpp",
|
|
"version": "1.5.0",
|
|
"builtin-baseline": "dafef74af53669ef1cc9015f55e0ce809ead62aa",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl"
|
|
},
|
|
{
|
|
"name": "libxml2",
|
|
"platform": "!windows & !uwp"
|
|
},
|
|
{
|
|
"name": "openssl"
|
|
},
|
|
{
|
|
"name": "opentelemetry-cpp",
|
|
"platform": "!(windows & !static)",
|
|
"version>=": "1.3.0"
|
|
},
|
|
{
|
|
"name": "wil",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "azure-uamqp-c",
|
|
"platform": "!uwp"
|
|
}
|
|
],
|
|
"overrides": [
|
|
]
|
|
}
|