This commit is contained in:
Javier Suárez 2022-01-17 09:58:11 +01:00 коммит произвёл GitHub
Родитель 2aa53968bc
Коммит 8d751b1d67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 3 удалений

5
.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