From b3db59919556ba98e99b08e131a7750d7efc0b67 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sun, 6 Feb 2022 09:47:47 +0200 Subject: [PATCH] Update DEVELOPMENT.md --- .github/DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index 8b5e757aca..79cfe131de 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.12" branch: +For example, the "preview.13" branch: ``` dotnet workload install maui ` - --from-rollback-file https://aka.ms/dotnet/maui/preview.12.json ` + --from-rollback-file https://aka.ms/dotnet/maui/preview.13.json ` --source https://aka.ms/dotnet6/nuget/index.json ` --source https://api.nuget.org/v3/index.json ```