Bracket System

This commit is contained in:
h z
2024-09-26 10:29:27 +01:00
parent 097e3522a5
commit cd726f5d33
3 changed files with 9 additions and 39 deletions

View File

@@ -1,5 +1,4 @@
<!--Project Sdk="Microsoft.NET.Sdk"-->
<Project Sdk="Godot.NET.Sdk/4.3.0-beta.3">
<Project Sdk="Godot.NET.Sdk/4.4.0-dev.2">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
@@ -9,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GodotSharp" Version="4.3.0-beta.3" />
<PackageReference Include="GodotSharp" Version="4.4.0-dev.2" />
</ItemGroup>
<ItemGroup>