[azure-core-cpp] fix core build (#33466)

This commit is contained in:
autoantwort 2023-08-31 21:53:59 +02:00 committed by GitHub
parent 7b80e3cb14
commit 91a06afd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{
"name": "azure-core-cpp",
"version-semver": "1.10.2",
"port-version": 3,
"port-version": 4,
"description": [
"Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."
@ -20,6 +20,10 @@
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "wil",
"platform": "windows"
}
],
"default-features": [
@ -65,14 +69,7 @@
},
"winhttp": {
"description": "WinHTTP HTTP transport implementation",
"supports": "windows",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false
},
"wil"
]
"supports": "windows"
}
}
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dc5ce5e0d496bbae8d2cd2f8908f7a01b5cfbc48",
"version-semver": "1.10.2",
"port-version": 4
},
{
"git-tree": "371ce124f91e0b9d64a44e47b573b5a3f4602498",
"version-semver": "1.10.2",

View File

@ -414,7 +414,7 @@
},
"azure-core-cpp": {
"baseline": "1.10.2",
"port-version": 3
"port-version": 4
},
"azure-core-tracing-opentelemetry-cpp": {
"baseline": "1.0.0-beta.4",