mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
2d32d7c656
* [nethost] Update to 7.0.0 * [nethost] Update versions * [nethost] Revision changes - 0001-nethost-cmakelists.patch: Remove the shell file patch and keep only the cmake patch - portfile.cmake: Bring the execute_process entry as a single block and only if not Windows - vcpkg.json: Extend the supports string to linux and osx * [nethost] Update versions
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "nethost",
|
|
"version": "7.0.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|