1
0
mirror of synced 2025-12-25 02:14:57 -05:00
Files
core/release-notes/9.0/install-workloads.md
Rahul Bhandari a0e7720ddb Artifacts for .NET 9.0 Preview 1 Release (#9160)
* Artifacts for .NET 9.0 Preview 1 Release

* Apply suggestions from code review

* Update README.md

* Update README.md

* Update README.md

* Update releases.md

* Update README.md

* Update README.md

Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* Apply suggestions from code review

* Delete release-notes/9.0/preview/9.0.0-preview.1.md

* Update 9.0.0-preview.1.md

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Add images

* Update release-notes/9.0/preview/preview1/9.0.0-preview.1.md

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: Rich Lander <rlander@microsoft.com>
Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2024-02-13 09:37:17 -08:00

896 B

.NET Workloads

After installing .NET 9 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                    9.0.0-preview.1.9973/9.0.100-preview.1     SDK 9.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.