summaryrefslogtreecommitdiff
path: root/client/Djup.csproj
diff options
context:
space:
mode:
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>