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#2
Jan 24, 2022
!uwp
dotnet/runtime16K
github.com/dotnet/runtime/tree/master/src/installer/corehost/cli/nethost
d13329216a
Complex license
Manifest