yuzu/externals/vcpkg/ports/nethost/vcpkg.json

18 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
}
]
}