From 085f9287bd3f5a40e050ee2900c76b3530ee0879 Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Fri, 7 Jun 2024 06:51:02 -0700 Subject: [PATCH] Update Godot to 4.3 beta 1 --- README.md | 5 ++--- SupaLidlGame.csproj | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d30d8df..bd13beb 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ Forsen-related game ## Building > [!IMPORTANT] -> This is currently being developed with Godot 4.3 dev 3 snapshot, which -> includes a fix for C# generics causing problems and resetting properties to -> null. +> This is currently being developed with Godot 4.3 beta 1, which > includes +a fix for C# generics causing problems and resetting properties to > null. Requires .NET version >=7.0. diff --git a/SupaLidlGame.csproj b/SupaLidlGame.csproj index 1993983..7723049 100644 --- a/SupaLidlGame.csproj +++ b/SupaLidlGame.csproj @@ -1,4 +1,4 @@ - + net7.0 true