mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 10:03:07 +08:00
[azure-core-cpp] use supports expression (#28406)
This commit is contained in:
parent
fadc111605
commit
ad14596d1d
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"version-semver": "1.7.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++."
|
||||
@ -65,6 +65,7 @@
|
||||
},
|
||||
"winhttp": {
|
||||
"description": "WinHTTP HTTP transport implementation",
|
||||
"supports": "windows",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3e84299750d32b17b16b8d795a66937851564d6a",
|
||||
"version-semver": "1.7.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "b9e5836104380238317ab53761a49a01fdb308fe",
|
||||
"version-semver": "1.7.2",
|
||||
|
@ -350,7 +350,7 @@
|
||||
},
|
||||
"azure-core-cpp": {
|
||||
"baseline": "1.7.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"azure-core-tracing-opentelemetry-cpp": {
|
||||
"baseline": "1.0.0-beta.3",
|
||||
|
Loading…
Reference in New Issue
Block a user