vcpkg/ports/miniupnpc/vcpkg.json
MonicaLiu 9e78043c57
[miniupnpc] Update to 2.3.7 (#40552)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-08-23 03:03:58 -07:00

17 lines
303 B
JSON

{
"name": "miniupnpc",
"version": "2.3.7",
"description": "UPnP client library/tool to access Internet Gateway Devices",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}