mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:28:01 +08:00
[azure-core-cpp] winhttp no uwp (#34704)
This commit is contained in:
parent
b31a9e4ff0
commit
213c01f871
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"version-semver": "1.10.3",
|
||||
"port-version": 1,
|
||||
"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++."
|
||||
@ -64,7 +65,7 @@
|
||||
},
|
||||
"winhttp": {
|
||||
"description": "WinHTTP HTTP transport implementation",
|
||||
"supports": "windows",
|
||||
"supports": "windows & !uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0f2e80c3e438f6738b7f0910f3122f21d52eb653",
|
||||
"version-semver": "1.10.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a6323331b6946093d5e0c3dd11e33d3e83203dc3",
|
||||
"version-semver": "1.10.3",
|
||||
|
@ -422,7 +422,7 @@
|
||||
},
|
||||
"azure-core-cpp": {
|
||||
"baseline": "1.10.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"azure-core-tracing-opentelemetry-cpp": {
|
||||
"baseline": "1.0.0-beta.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user