This commit is contained in:
2026-05-30 01:05:14 +02:00
parent 9c7c414bc9
commit f2b3989910
19 changed files with 266 additions and 144 deletions

View File

@@ -1,18 +1,13 @@
<Project Sdk="Godot.NET.Sdk/4.6.2">
<Project Sdk="Godot.NET.Sdk/4.6.3">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' "
>net9.0</TargetFramework
>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>NodeWar</RootNamespace>
<LangVersion>14</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Firebelley.GodotUtilities" Version="6.2.0" />
<PackageReference
Include="GodotSharp.SourceGenerators"
Version="2.7.0-260519-1042.Release"
/>
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.7.0-260519-1042.Release" />
</ItemGroup>
</Project>