1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules
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
..
2025-08-30 15:02:01 +02:00
2025-08-03 16:28:13 +02:00
2025-07-04 18:18:22 +02:00
2025-06-10 15:52:24 +02:00
2025-06-06 01:24:43 +02:00
2025-07-04 18:18:22 +02:00
2025-07-04 18:18:22 +02:00
2025-07-04 18:18:22 +02:00
2025-06-15 01:36:10 +02:00
2025-07-14 15:37:05 -05:00