diff options
Diffstat (limited to 'vcpkg/ports/nethost/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nethost/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/nethost/vcpkg.json b/vcpkg/ports/nethost/vcpkg.json new file mode 100644 index 0000000..b865bcd --- /dev/null +++ b/vcpkg/ports/nethost/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "nethost", + "version": "8.0.3", + "description": "Provides a set of APIs that can be used to host .NET Core (dotnet)", + "homepage": "https://github.com/dotnet/runtime/tree/main/src/native/corehost/nethost", + "license": "MIT", + "supports": "(windows & !uwp), (linux, osx)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |