From 8d751b1d67d630a61b6b7907575ebf6acbb5fa17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Mon, 17 Jan 2022 09:58:11 +0100 Subject: [PATCH] Update DEVELOPMENT.md --- .github/DEVELOPMENT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index f3a13b7538..bfe138fb08 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -25,10 +25,10 @@ In most cases, when you have Visual Studio installed with the .NET workloads che Install the .NET MAUI workload using the versions from a particular branch: -For example, the "preview.11" branch: +For example, the "preview.12" branch: ``` dotnet workload install maui ` - --from-rollback-file https://aka.ms/dotnet/maui/preview.11.json ` + --from-rollback-file https://aka.ms/dotnet/maui/preview.12.json ` --source https://aka.ms/dotnet6/nuget/index.json ` --source https://api.nuget.org/v3/index.json ``` @@ -61,7 +61,6 @@ iOS and MacCatalyst will require Xcode 13.1 Stable. You can get this [here](http Android API-31 (Android 12) is now the default in .NET 6. - ## Running ### .NET 6