vcpkg/ports/nethost/vcpkg.json
2024-04-03 16:15:00 -07:00

19 lines
443 B
JSON

{
"name": "nethost",
"version": "8.0.3",
"description": "Provides a set of APIs that can be used to host .NET Core (dotnet)",
"homepage": "https://github.com/dotnet/runtime/tree/main/src/native/corehost/nethost",
"license": "MIT",
"supports": "(windows & !uwp), (linux, osx)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}