File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
sdk/tables/azure-data-tables/vcpkg Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,16 @@ macro(GetFolderList project)
3131 DownloadDepVersion(sdk/core azure-core 1.10.3)
3232 DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
3333 elseif (${project} STREQUAL DATA_TABLES)
34- DownloadDepVersion(sdk/core azure-core 1.11.0 )
34+ DownloadDepVersion(sdk/core azure-core 1.11.3 )
3535 elseif (${project} STREQUAL EVENTHUBS)
36- DownloadDepVersion(sdk/core azure-core 1.10.1 )
37- DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1 )
36+ DownloadDepVersion(sdk/core azure-core 1.11.3 )
37+ DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.8 )
3838 elseif (${project} STREQUAL EVENTHUBS_CHECKPOINTSTORE_BLOB)
3939 DownloadDepVersion(sdk/core azure-core 1.10.1)
4040 DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
4141 DownloadDepVersion(sdk/eventhubs azure-messaging-eventhubs 1.0.0-beta.3)
4242 DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.3)
4343 DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.8.0)
44- elseif (${project} STREQUAL CORE_XML)
45- DownloadDepVersion(sdk/core azure-core 1.10.3)
4644 endif ()
4745 list (REMOVE_DUPLICATES BUILD_FOLDERS)
4846endmacro ()
Original file line number Diff line number Diff line change 1818 {
1919 "name" : " azure-core-cpp" ,
2020 "default-features" : false ,
21- "version>=" : " 1.11.0 "
21+ "version>=" : " 1.11.3 "
2222 },
2323 {
2424 "name" : " libxml2" ,
You can’t perform that action at this time.
0 commit comments