mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:11:37 +08:00
Use correct minimum version for curl in azure-core-cpp (#33205)
This commit is contained in:
parent
7d34ab302a
commit
86bdd8f99a
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"version-semver": "1.10.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"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++."
|
||||
@ -39,7 +39,7 @@
|
||||
"features": [
|
||||
"ssl"
|
||||
],
|
||||
"version>=": "7.48"
|
||||
"version>=": "7.48.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0988f8606d4a1ee55446b680b6ea134cfae20569",
|
||||
"version-semver": "1.10.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "bfb8b85899d4e6783f93392104d7ee80c8d0a89c",
|
||||
"version-semver": "1.10.2",
|
||||
|
@ -410,7 +410,7 @@
|
||||
},
|
||||
"azure-core-cpp": {
|
||||
"baseline": "1.10.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"azure-core-tracing-opentelemetry-cpp": {
|
||||
"baseline": "1.0.0-beta.4",
|
||||
|
Loading…
Reference in New Issue
Block a user