mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
2aed520ed7
* update nethost * bump nethost version * Add CMake exports in an unofficial- namespace https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#add-cmake-exports-in-an-unofficial--namespace * fix port version and deprecated functions * change nethost version date to version * update usage * add quotes to paths and export targets directly * bump nethost version * [nethost] Only build one flavor * fix build error * bump nethost version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|