pineapple/externals/vcpkg/ports/nethost/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
406 B
JSON
Executable file

{
"name": "nethost",
"version": "6.0.5",
"description": "Provides a set of APIs that can be used to host .NET Core (dotnet)",
"homepage": "https://github.com/dotnet/runtime/tree/master/src/installer/corehost/cli/nethost",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}