Update more dependency versions (#5502)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Родитель
68d88eb80a
Коммит
b1d1763d91
|
@ -31,18 +31,16 @@ macro(GetFolderList project)
|
|||
DownloadDepVersion(sdk/core azure-core 1.10.3)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
|
||||
elseif(${project} STREQUAL DATA_TABLES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.0)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
||||
elseif(${project} STREQUAL EVENTHUBS)
|
||||
DownloadDepVersion(sdk/core azure-core 1.10.1)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.8)
|
||||
elseif(${project} STREQUAL EVENTHUBS_CHECKPOINTSTORE_BLOB)
|
||||
DownloadDepVersion(sdk/core azure-core 1.10.1)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
|
||||
DownloadDepVersion(sdk/eventhubs azure-messaging-eventhubs 1.0.0-beta.3)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.3)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.8.0)
|
||||
elseif(${project} STREQUAL CORE_XML)
|
||||
DownloadDepVersion(sdk/core azure-core 1.10.3)
|
||||
endif()
|
||||
list(REMOVE_DUPLICATES BUILD_FOLDERS)
|
||||
endmacro()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.11.0"
|
||||
"version>=": "1.11.3"
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче