.NET 9 Servicing, Android 35.0.92
This release is not yet available from the Visual Studio installer. Download the .NET 9 SDK directly, followed by:
> dotnet workload install android
...
Successfully installed workload(s) android.
To verify installation:
> dotnet workload list
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------------------------------
android 35.0.92/9.0.100 SDK 9.0.303
What's Changed
- Bump to dotnet/android-tools@0d30167c by @jonathanpeppers in #10186
- [build] Add
android-platform-support.override.props
by @pjcollins in #10025 - [xabt] fix
MONO_GC_PARAMS=bridge-implementation=new
env var by @jonathanpeppers in #10293 - [tests] fix
GetString_Many()
test by @jonathanpeppers in #10317 - Bump to dotnet/java-interop@4d015ca7 by @jonathanpeppers in #10328
Full Changelog: 35.0.78...35.0.92