You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[One .NET] version .NET 6 packages with Android API level (#5924)
Our current versions for .NET 6 packages use the Android OS Version
version number, with `XXX` is the git "commit distance":
11.0.200-preview.4.XXX
e.g. (via c1fafcb1):
Microsoft.Android.Runtime.android-arm64.11.0.200-preview.4.251.nupkg
This is the only place where Android "11" remains, as we have been
using the Android API level for all other versions in .NET 6, e.g.
commit 91498d5.
We should instead use an API-level, such as:
30.0.100-preview.4.XXX
as in:
Microsoft.Android.Runtime.android-arm64.30.0.100-ci.pr.gh5924.1.nupkg
We believe that this will make things less confusing, as this matches
the Android Target Framework Moniker as well:
net6.0-android30
0 commit comments