* Azure Core and Identity July GA Releases * Add Identity to the release * Undo change to FolderList.cmake (chicken vs egg problem; we'll have to update after the release) --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
41 lines
1022 B
JSON
41 lines
1022 B
JSON
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
{
|
|
"$comment": [
|
|
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
|
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
|
],
|
|
"name": "azure-identity-cpp",
|
|
"version-semver": "@AZ_LIBRARY_VERSION@",
|
|
"description": [
|
|
"Microsoft Azure Identity SDK for C++",
|
|
"This library provides common authentication-related abstractions for Azure SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/identity/azure-identity",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.16.0"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows & !uwp"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "wil",
|
|
"platform": "windows & !uwp"
|
|
}
|
|
]
|
|
}
|