* Update to rc2

* Update DEVELOPMENT.md
This commit is contained in:
James Clancey 2022-04-29 11:18:11 -08:00 коммит произвёл GitHub
Родитель 0c842e6a10
Коммит 3be4bb0f73
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/DEVELOPMENT.md поставляемый
Просмотреть файл

@ -31,7 +31,7 @@ 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:
#### RC 1 branch
#### RC 2 branch
1. First, install .NET SDK 6.0.300
@ -39,7 +39,7 @@ Install the .NET MAUI workload using the versions from a particular branch:
```
dotnet workload install maui `
--from-rollback-file https://aka.ms/dotnet/maui/6.0.300/rc.1.json `
--from-rollback-file https://aka.ms/dotnet/maui/6.0.300/rc.2.json `
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-323bf2dd/nuget/v3/index.json `
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-572aeedc/nuget/v3/index.json `
--source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json `