Bump dependency on azure core for all upstream SDKs and client libraries to the latest shipped version (#3216)

* Bump azure core dependency to latest shipped (identity)

* Bump azure core for template

* Bump azure core for storage (common, and all)

* Bump config.cmake.in for identity vcpkg

* Bump config.cmake.in for template vcpkg

* Bump config.cmake.in for storage common vcpkg
This commit is contained in:
Ahson Khan 2022-01-11 17:06:06 -08:00 committed by GitHub
parent dc5b45e759
commit 47a4c44eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.2.0")
find_dependency(azure-core-cpp "1.3.1")
include("${CMAKE_CURRENT_LIST_DIR}/azure-identity-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.2.0"
"version>=": "1.3.1"
},
{
"name": "vcpkg-cmake",

View File

@ -5,7 +5,7 @@
include(CMakeFindDependencyMacro)
find_dependency(Threads)
find_dependency(azure-core-cpp "1.0.0")
find_dependency(azure-core-cpp "1.3.1")
if(NOT WIN32)
find_dependency(LibXml2)

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.0.0"
"version>=": "1.3.1"
},
{
"name": "libxml2",

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.2.0")
find_dependency(azure-core-cpp "1.3.1")
include("${CMAKE_CURRENT_LIST_DIR}/azure-template-cppTargets.cmake")

View File

@ -15,7 +15,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.2.0"
"version>=": "1.3.1"
},
{
"name": "vcpkg-cmake",