vcpkg/ports/azure-identity-cpp/vcpkg.json
Azure SDK Bot 8f11bd8962
[azure-identity-cpp] Update to 1.1.1 (#22493)
## 1.1.1 (2022-01-11)

### Bugs Fixed

- [2741](https://github.com/Azure/azure-sdk-for-cpp/issues/2741) Fixed linking problem when Azure SDK is built as DLL.
2022-01-12 11:29:50 -08:00

26 lines
594 B
JSON

{
"name": "azure-identity-cpp",
"version-semver": "1.1.1",
"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.3.1"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}