Update Godot to 4.3 beta 1

phantom-camera
HumanoidSandvichDispenser 2024-06-07 06:51:02 -07:00
parent 164a13776a
commit 085f9287bd
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
2 changed files with 3 additions and 4 deletions

View File

@ -7,9 +7,8 @@ Forsen-related game
## Building ## Building
> [!IMPORTANT] > [!IMPORTANT]
> This is currently being developed with Godot 4.3 dev 3 snapshot, which > This is currently being developed with Godot 4.3 beta 1, which > includes
> includes a fix for C# generics causing problems and resetting properties to a fix for C# generics causing problems and resetting properties to > null.
> null.
Requires .NET version >=7.0. Requires .NET version >=7.0.

View File

@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.3.0-dev.3"> <Project Sdk="Godot.NET.Sdk/4.3.0-beta.1">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading> <EnableDynamicLoading>true</EnableDynamicLoading>