[azure-core-cpp] winhttp no uwp (#34704)

This commit is contained in:
autoantwort 2023-10-25 16:15:33 +02:00 committed by GitHub
parent b31a9e4ff0
commit 213c01f871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0f2e80c3e438f6738b7f0910f3122f21d52eb653",
"version-semver": "1.10.3",
"port-version": 1
},
{
"git-tree": "a6323331b6946093d5e0c3dd11e33d3e83203dc3",
"version-semver": "1.10.3",

View File

@ -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",