[nethost] Bump to .NET 8.0.3 (#37865)

This commit is contained in:
Alon Regev 2024-04-04 02:15:00 +03:00 committed by GitHub
parent 49646f26ba
commit bc00d6028f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dotnet/runtime
REF "v${VERSION}"
SHA512 a7de43bb294a62b661dd0b8f832c0ee64a6bd4a13deb4f65f51a8a8407cc5094d25cc703223d916451209284e013775a47da226098569e94694f3762a79e1de2
SHA512 b37918299f0e8723c41052b86479f91df76c54bcade97305aeef8034b8ebab7768dcac4517bdf6e6173102baf60764f23ce89ae681f1514049ee421a563f713e
HEAD_REF master
PATCHES
0001-nethost-cmakelists.patch

View File

@ -1,6 +1,6 @@
{
"name": "nethost",
"version": "8.0.0",
"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",

View File

@ -6085,7 +6085,7 @@
"port-version": 0
},
"nethost": {
"baseline": "8.0.0",
"baseline": "8.0.3",
"port-version": 0
},
"nettle": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e43102899f719e3a4b81ad428f4ba0273b710147",
"version": "8.0.3",
"port-version": 0
},
{
"git-tree": "4e306025f6213b286479afaf20f15ab10c5a9d51",
"version": "8.0.0",