1. Home
  2. Browse
  3. nethost

nethost

v2019-12-21#1Go to latest

Provides a set of APIs that can be used to host .NET Core (dotnet)

Install

Run the following Vcpkg command to install the port.

vcpkg install nethost

Usage

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})
See source

Version

v2019-12-21#1

Publication

Supports

All

GitHub

dotnet/runtime16K

Homepage

github.com/dotnet/runtime/tree/master/src/installer/corehost/cli/nethost

Subtree

b295670e4b

License

Complex license

Definition

Manifest