summaryrefslogtreecommitdiff
path: root/Djup.Native/Djup.Native.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 /Djup.Native/Djup.Native.csproj
parent69dcaa0610e54468bdcf4b1dae43de623939b2ab (diff)
Update to .NET 10 and Godot 4.6testing
Diffstat (limited to 'Djup.Native/Djup.Native.csproj')
-rw-r--r--Djup.Native/Djup.Native.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Djup.Native/Djup.Native.csproj b/Djup.Native/Djup.Native.csproj
index 107e293..f3c2781 100644
--- a/Djup.Native/Djup.Native.csproj
+++ b/Djup.Native/Djup.Native.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>