From c8ec21382633851dfb25922f7c15610818865b29 Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Thu, 19 Mar 2026 21:14:02 +0200 Subject: Update to .NET 10 and Godot 4.6 --- Djup.Native/patch-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Djup.Native/patch-deps.sh') diff --git a/Djup.Native/patch-deps.sh b/Djup.Native/patch-deps.sh index d1f3bbf..8015323 100755 --- a/Djup.Native/patch-deps.sh +++ b/Djup.Native/patch-deps.sh @@ -1,4 +1,4 @@ #!/bin/sh depsjson="$(find "$1" -name '*.deps.json')" -patched="$(jq '.targets.".NETCoreApp,Version=v8.0"."Djup.Native/1.0.0" += {"runtimeTargets": {"runtimes/linux-x64/native/libdjup.so": {"rid": "linux-x64", "assetType": "native"} }}' "$depsjson")" +patched="$(jq '.targets.".NETCoreApp,Version=v10.0"."Djup.Native/1.0.0" += {"runtimeTargets": {"runtimes/linux-x64/native/libdjup.so": {"rid": "linux-x64", "assetType": "native"} }}' "$depsjson")" echo -n "$patched" > "$depsjson" -- cgit v1.2.3