Provides a set of APIs that can be used to host .NET Core (dotnet)
Run the following Vcpkg command to install the port.
vcpkg install nethost
The package nethost can be used via CMake:
find_path(NETHOST_INCLUDE_DIRS nethost.h) find_library(NETHOST_LIBRARY NAMES libnethost nethost) target_include_directories(main PRIVATE ${NETHOST_INCLUDE_DIRS}) target_link_libraries(main PRIVATE ${NETHOST_LIBRARY})
v2019-12-21#1
Sep 9, 2021
All
dotnet/runtime16K
github.com/dotnet/runtime/tree/master/src/installer/corehost/cli/nethost
b295670e4b
Complex license
Manifest