Changed LangVersion back to avoid export issues and removed experimental language features.
Release / Export Game (push) Successful in 2m0s

This commit is contained in:
qwsdcvghyu89
2026-06-07 23:15:37 +10:00
parent b55d2d87c8
commit eca85aa2d0
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<LangVersion>preview</LangVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>