mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[azure-core-cpp] fix core build (#33466)
This commit is contained in:
parent
7b80e3cb14
commit
91a06afd7d
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dc5ce5e0d496bbae8d2cd2f8908f7a01b5cfbc48",
|
||||
"version-semver": "1.10.2",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "371ce124f91e0b9d64a44e47b573b5a3f4602498",
|
||||
"version-semver": "1.10.2",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user