docs: Update README for common dotnet new error

This commit is contained in:
Youssef Victor 2021-10-07 20:43:17 +02:00 коммит произвёл GitHub
Родитель 66602da97b
Коммит 84e2d10168
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -50,7 +50,7 @@ The following target platforms are not yet supported:
cd YourAppName.UITests
dotnet new unoapp-uitest
```
The new project will be added automatically to your solution.
The new project will be added automatically to your solution. If you get "No templates found matching: 'unoapp-uitest'." error, please see [dotnet new templates for Uno Platform](https://platform.uno/docs/articles/get-started-dotnet-new.html) article.
- In the new UI Tests project, edit the `Constants.cs` file with values that match your project
- In your application, add the following XAML: