summaryrefslogtreecommitdiff
path: root/client/Djup.csproj
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 /client/Djup.csproj
parent69dcaa0610e54468bdcf4b1dae43de623939b2ab (diff)
Update to .NET 10 and Godot 4.6testing
Diffstat (limited to 'client/Djup.csproj')
-rw-r--r--client/Djup.csproj6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/Djup.csproj b/client/Djup.csproj
index 0e34542..de4ca2f 100644
--- a/client/Djup.csproj
+++ b/client/Djup.csproj
@@ -1,8 +1,6 @@
-<Project Sdk="Godot.NET.Sdk/4.3.0">
+<Project Sdk="Godot.NET.Sdk/4.6.1">
<PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
- <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>