godot/modules/mono/editor/GodotTools/GodotTools.ProjectEditor
Raul Santos f0c9253bec
[.NET] Require net9.0 for Android exports
To ensure Android exports are compatible with the new Play Store
requirement that all `.so` libraries included are aligned to 16k,
we now require C# projects to target `net9.0` which uses the
correct alignment (as opposed to the current one of 4k).

The thirdparty jar library has also been updated to the one from
the 9.0.4 runtime package so it's compatible with non-gradle
builds targeting `net9.0`.

Non-android projects are not affect, the minimum TFM is still
`net8.0`.
2025-09-05 04:14:27 +02:00
..
DotNetSolution.cs C#: Enforce Globalization code quality rules 2024-02-20 11:15:12 -06:00
GodotTools.ProjectEditor.csproj [.NET] Upgrade user project's TargetFramework to net8.0 2024-12-18 02:44:32 +01:00
IdentifierUtils.cs Some more C# formatting 2021-09-02 15:12:15 -05:00
ProjectGenerator.cs [.NET] Require net9.0 for Android exports 2025-09-05 04:14:27 +02:00
ProjectUtils.cs [.NET] Skip re-saving .csproj when TFM is unchanged 2025-03-06 18:49:08 +01:00