# This pull request moves the core AMQP functionality to main. It is still very much a work in progress, but moving it to main will reduce the complexity associated with working in feature branches. --------- Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Co-authored-by: Konrad Jamrozik <kojamroz@microsoft.com> Co-authored-by: Victor Vazquez <victor.vazquez@microsoft.com> Co-authored-by: Daniel Jurek <djurek@microsoft.com> Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: George Arama <50641385+gearama@users.noreply.github.com> Co-authored-by: Rick Winter <rick.winter@microsoft.com> Co-authored-by: Ahson Khan <ahkha@microsoft.com>
33 lines
561 B
JSON
33 lines
561 B
JSON
{
|
|
"name": "azure-sdk-for-cpp",
|
|
"version": "1.5.0",
|
|
"builtin-baseline": "94ce0dab56f4d8ba6bd631ba59ed682b02d45c46",
|
|
"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": [
|
|
]
|
|
}
|