1
0
mirror of synced 2026-02-03 09:00:12 -05:00
Files
core/release-notes/10.0/get-started.md
James Montemagno a073931084 update links (#9761)
2025-02-25 11:15:15 -08:00

1.3 KiB

Get Started

To get started, install the .NET 10 SDK.

If you're on Windows using Visual Studio, we recommend installing the latest Visual Studio 2022 preview, or get started with Visual Studio Code and the C# Dev Kit extension.

.NET Workloads

After installing .NET 10 previews, you can install workloads by following these instructions. For more information read through the documentation.

.NET MAUI

Install the .NET MAUI workload:

> dotnet workload install maui
...
Successfully installed workload(s) maui.

Verify installation:

> dotnet workload list

Installed Workload Id      Manifest Version                            Installation Source
--------------------------------------------------------------------------------------------
maui                    10.0.0-preview.1.9973/10.0.100-preview.1     SDK 10.0.100-preview.1

Installing the maui workload includes android, ios, and maccatalyst workloads which may be installed independently. Run dotnet workload search for a full list of available workload configurations.