update to Godot 4.2.1

wip-inventory
HumanoidSandvichDispenser 2023-12-16 15:49:42 -08:00
parent 90473d286b
commit 5ae49b2030
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Forsen-related game
## Building
This is currently being developed on the stable version of 4.2.0. Requires
This is currently being developed on the stable version of 4.2.1. Requires
.NET version >=7.0.
## Notes

View File

@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.2.0">
<Project Sdk="Godot.NET.Sdk/4.2.1">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>