Co-authored-by: samir gc <samir@irodeck48gmail.onmicrosoft.com>
This commit is contained in:
Samir GC 2021-03-31 19:29:19 +05:45 коммит произвёл GitHub
Родитель a2e73aeb85
Коммит 06b1276da2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ To build & run .NET 6 sample apps, you will also need to use `.\bin\dotnet\dotne
.\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample.iOS\Maui.Controls.Sample.iOS-net6.csproj -t:Run
```
Try try out a "single project", you will need the `-f` switch to choose the platform:
Try out a "single project", you will need the `-f` switch to choose the platform:
```dotnetcli
.\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample.SingleProject\Maui.Controls.Sample.SingleProject.csproj -t:Run -f net6.0-android --no-restore