Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update DownloadDepVersion
  • Loading branch information
antkmsft committed Jan 16, 2024
commit 0788a2602a39accf3cb77a8d560e9e17a2508bb4
2 changes: 1 addition & 1 deletion cmake-modules/FolderList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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.10.3)
DownloadDepVersion(sdk/core azure-core 1.11.0)
elseif(${project} STREQUAL EVENTHUBS)
DownloadDepVersion(sdk/core azure-core 1.10.1)
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
Expand Down