update project to beta 6

item-info
HumanoidSandvichDispenser 2022-11-25 19:54:23 -08:00
parent ce5789681c
commit ce991cf1c6
3 changed files with 8 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
# Godot 4+ specific ignores
.godot/
# old files
*.old*

View File

@ -2,6 +2,8 @@
Forsen-related game
*NOTE:* although the latest version at the time of writing is ~4.0.beta5.mono~, this project only works under ~4.0.beta4.mono~. The latest beta does not include node exports, which was previously in Beta 4.
Issue below fixed with [[https://github.com/godotengine/godot/pull/68866]]. Please update your version to ~4.0.beta6.mono~.
[[https://github.com/godotengine/godot/pull/67055]]
+*NOTE:* although the latest version at the time of writing is ~4.0.beta5.mono~, this project only works under ~4.0.beta4.mono~. The latest beta does not include node exports, which was previously in Beta 4.+
+[[https://github.com/godotengine/godot/pull/67055]]+

View File

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