Skip to content

.NET 8 RC 1, Android 34.0.0-rc.1.432

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathanpeppers jonathanpeppers released this 12 Sep 18:29
· 624 commits to main since this release
53654ed

The .NET MAUI (.NET 8 RC 1) component is available in Visual Studio 2022 17.8 Preview 2:

image

Note that the .NET 8 SDK is the default in the 17.8 Visual Studio release, as well as .NET 8 releases of .NET MAUI.

You can also download the .NET 8 RC 1 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                    34.0.0-rc.1.432/8.0.100-rc.1                SDK 8.0.100-rc.1

Also see the Known Issues in .NET 8.

What's Changed

Full Changelog: 34.0.0-preview.7.382...34.0.0-rc.1.432