summaryrefslogtreecommitdiff
path: root/testing.csproj
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-21 01:42:31 +0200
committeralex <[email protected]>2026-07-21 01:42:31 +0200
commitddb50b0b66c838bc97e79c826ff5375e15f8f038 (patch)
treea4c08f1571cbeff61f7f94f1f3510494729f30df /testing.csproj
downloadgodot-testing-ddb50b0b66c838bc97e79c826ff5375e15f8f038.tar.xz
godot-testing-ddb50b0b66c838bc97e79c826ff5375e15f8f038.zip
init
Diffstat (limited to 'testing.csproj')
-rw-r--r--testing.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing.csproj b/testing.csproj
new file mode 100644
index 0000000..19b3a42
--- /dev/null
+++ b/testing.csproj
@@ -0,0 +1,7 @@
+<Project Sdk="Godot.NET.Sdk/4.7.1">
+ <PropertyGroup>
+ <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
+ <EnableDynamicLoading>true</EnableDynamicLoading>
+ </PropertyGroup>
+</Project> \ No newline at end of file