mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:29:01 +08:00
dfbe9e7652
* [nethost] Bump to 8.0.0 * vcpkg x-add-version --all * Apply suggestions in PR * vcpkg x-add-version --all * Fix license install * vcpkg x-add-version --all * Apply suggestions in PR * vcpkg x-add-version --all
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "nethost",
|
|
"version": "8.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
|
|
}
|
|
]
|
|
}
|