Removed one more Azure Core 1.2.0 dependency (#3498)

* Update vcpkg.json

* Removed Core 1.2.0 dependency
This commit is contained in:
Larry Osterman 2022-04-01 11:23:59 -07:00 committed by GitHub
parent a91d151e79
commit 45b8553979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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