Skip to content

Commit

Permalink
7thWrapperLoader: Bump nethost port to .NET 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Apr 10, 2024
1 parent 5a93580 commit 5e8fba7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 7thWrapperLoader/.vcpkg/ports/nethost/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dotnet/runtime
REF "v${VERSION}"
SHA512 b37918299f0e8723c41052b86479f91df76c54bcade97305aeef8034b8ebab7768dcac4517bdf6e6173102baf60764f23ce89ae681f1514049ee421a563f713e
SHA512 45f74c65f8a0a7d55be7104aaedc0a7bcd97bd63096115cde076c9df85f7d4841bf9239c9a7288330683c66cb7211d220f2155ff79c895cfd4a181985a59339e
HEAD_REF master
PATCHES
0001-nethost-cmakelists.patch
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLoader/.vcpkg/ports/nethost/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nethost",
"version": "8.0.3",
"version": "8.0.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLoader/.vcpkg/versions/baseline.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default": {
"nethost": {
"baseline": "8.0.3",
"baseline": "8.0.4",
"port-version": 0
},
"stackwalker": {
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLoader/.vcpkg/versions/n-/nethost.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "8.0.3",
"version": "8.0.4",
"path": "$/ports/nethost"
}
]
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLoader/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"name": "nethost",
"version": "8.0.3",
"version": "8.0.4",
"port-version": 0
},
{
Expand Down

0 comments on commit 5e8fba7

Please sign in to comment.