Commit c2a0df1
Document framework TFM mismatch in osu.Android.props
ppy.osu.Framework.Android v2026.318.0 only ships net8.0-android34.0 assets.
NuGet silently falls back when the app targets net10.0-android (API 36).
This is safe: .NET guarantees backward compat for loading net8.0 assemblies
in net10.0, and Android API 34→36 changes are additive.
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/5c0d41c9-1d0e-4bdf-940e-b9e09a60e1b6
Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>1 parent 584e7f0 commit c2a0df1
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
0 commit comments