Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ports/nethost/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "uwp")

set(COMMIT_HASH 188427d7e18102c45fc6d0e20c135e226f215992)

vcpkg_from_github(
Expand Down
7 changes: 4 additions & 3 deletions ports/nethost/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "nethost",
"version-string": "2019-12-21",
"port-version": 1,
"version-date": "2019-12-21",
"port-version": 2,
"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"
"homepage": "https://github.com/dotnet/runtime/tree/master/src/installer/corehost/cli/nethost",
"supports": "!uwp"
}
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,6 @@ nanovg:arm-uwp=fail
nanovg:x64-uwp=fail
nativefiledialog:arm-uwp=fail
nativefiledialog:x64-uwp=fail
nethost:x64-uwp=fail
nethost:arm-uwp=fail
ngspice:x64-windows-static=fail
nng:arm-uwp=fail
nng:x64-uwp=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4718,7 +4718,7 @@
},
"nethost": {
"baseline": "2019-12-21",
"port-version": 1
"port-version": 2
},
"nettle": {
"baseline": "3.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nethost.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5b1a7d98ce2c1520bbb370dfc2fcb8c3d704c300",
"version-date": "2019-12-21",
"port-version": 2
},
{
"git-tree": "15d7240f68194b95c97bdac0658a1ffce7015f34",
"version-string": "2019-12-21",
Expand Down