diff options
| author | Tanner Gooding <tagoo@outlook.com> | 2020-01-06 13:14:20 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 13:14:20 -0800 |
| commit | fb2006edf9b2b7338263abc629d59441b5da32d1 (patch) | |
| tree | 7765cde3322dc1b6829193978b5d388ff84f4a46 /ports/nethost/CONTROL | |
| parent | 38260a7936a1ec1c02c80fb8a593b7b5d6f199ff (diff) | |
| download | vcpkg-fb2006edf9b2b7338263abc629d59441b5da32d1.tar.gz vcpkg-fb2006edf9b2b7338263abc629d59441b5da32d1.zip | |
[nethost] Adding a port for nethost (#8701)
* Adding a port for nethost
* Fixing ref, removing unneeded include, and marking unsupported architectures for nethost
* Fixing the expected sha512 for nethost
* Setting nethost to fail on static and uwp
* Removing an unecessary file(REMOVE_RECURSE) from nethost
* update baseline
* [nethost] Update to latest from dotnet/runtime
* [vcpkg-baseline] Update baseline for nethost
* [vcpkg-baseline] Update baseline for nethost
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/nethost/CONTROL')
| -rw-r--r-- | ports/nethost/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/nethost/CONTROL b/ports/nethost/CONTROL new file mode 100644 index 000000000..f1e97e1d0 --- /dev/null +++ b/ports/nethost/CONTROL @@ -0,0 +1,4 @@ +Source: nethost
+Version: 2019-12-21
+Description: Provides a set of APIs that can be used to host .NET Core (dotnet)
+Homepage: https://github.com/dotnet/runtime/tree/master/src/installer/corehost/cli/nethost
|
