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#0
Jan 6, 2020
All
dotnet/runtime16K
github.com/dotnet/runtime/tree/master/src/installer/corehost/cli/nethost
fb2006edf9
Complex license
Control