mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:46:38 +08:00
19 lines
443 B
JSON
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
|
|
}
|
|
]
|
|
}
|