diff --git a/sdk/core/azure-core/vcpkg.json b/sdk/core/azure-core/vcpkg.json index f3168e17f..a91a23256 100644 --- a/sdk/core/azure-core/vcpkg.json +++ b/sdk/core/azure-core/vcpkg.json @@ -13,10 +13,6 @@ { "name": "vcpkg-cmake-config", "host": true - }, - { - "name": "wil", - "platform": "windows" } ], "default-features": [ @@ -62,11 +58,13 @@ }, "winhttp": { "description": "WinHTTP HTTP transport implementation", + "supports": "windows & !uwp", "dependencies": [ { "name": "azure-core-cpp", "default-features": false - } + }, + "wil" ] } } diff --git a/sdk/core/azure-core/vcpkg/vcpkg.json b/sdk/core/azure-core/vcpkg/vcpkg.json index b78d8e725..1088a6f9e 100644 --- a/sdk/core/azure-core/vcpkg/vcpkg.json +++ b/sdk/core/azure-core/vcpkg/vcpkg.json @@ -68,7 +68,7 @@ }, "winhttp": { "description": "WinHTTP HTTP transport implementation", - "supports": "windows", + "supports": "windows & !uwp", "dependencies": [ { "name": "azure-core-cpp",