summaryrefslogtreecommitdiff
path: root/Djup.Native/patch-deps.sh
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-19 21:14:02 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-19 21:14:02 +0200
commitc8ec21382633851dfb25922f7c15610818865b29 (patch)
treef47d70329d8c8827d1fa0456e901d4d2550e3f97 /Djup.Native/patch-deps.sh
parent69dcaa0610e54468bdcf4b1dae43de623939b2ab (diff)
Update to .NET 10 and Godot 4.6testing
Diffstat (limited to 'Djup.Native/patch-deps.sh')
-rwxr-xr-xDjup.Native/patch-deps.sh2
1 files changed, 1 insertions, 1 deletions
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"