vcpkg/ports/nethost/vcpkg.json
Julian Xhokaxhiu dfbe9e7652
[nethost] Bump to 8.0.0 (#35158)
* [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
2023-11-21 18:59:24 -08:00

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