docs: Update readme to remove references around 3.5
This commit is contained in:
Родитель
9a9c6d22ae
Коммит
d65a82ed66
|
@ -29,10 +29,6 @@ The following target platforms are not yet supported:
|
||||||
<IsUiAutomationMappingEnabled>True</IsUiAutomationMappingEnabled>
|
<IsUiAutomationMappingEnabled>True</IsUiAutomationMappingEnabled>
|
||||||
<DefineConstants>$(DefineConstants);USE_UITESTS</DefineConstants>
|
<DefineConstants>$(DefineConstants);USE_UITESTS</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
|
||||||
<!-- remove this block after Uno.UI 3.5 is released -->
|
|
||||||
<UnoSourceGeneratorAdditionalProperty Include="IsUiAutomationMappingEnabled" />
|
|
||||||
</ItemGroup>
|
|
||||||
```
|
```
|
||||||
- In the iOS project, add a reference to the `Xamarin.TestCloud.Agent` nuget package (0.21.8 or later)
|
- In the iOS project, add a reference to the `Xamarin.TestCloud.Agent` nuget package (0.21.8 or later)
|
||||||
- In the `OnLaunched` method of `App.xaml.cs`, add the following at the beginning:
|
- In the `OnLaunched` method of `App.xaml.cs`, add the following at the beginning:
|
||||||
|
@ -47,11 +43,6 @@ The following target platforms are not yet supported:
|
||||||
```sh
|
```sh
|
||||||
dotnet new -i Uno.ProjectTemplates.Dotnet
|
dotnet new -i Uno.ProjectTemplates.Dotnet
|
||||||
```
|
```
|
||||||
|
|
||||||
You may need to use this line if Uno 3.5 has not yet been released:
|
|
||||||
```
|
|
||||||
dotnet new -i Uno.ProjectTemplates.Dotnet::3.5-dev*
|
|
||||||
```
|
|
||||||
- Navigate to your `.sln` folder using a command line:
|
- Navigate to your `.sln` folder using a command line:
|
||||||
- Create a folder named `YourAppName\YourAppName.UITests`
|
- Create a folder named `YourAppName\YourAppName.UITests`
|
||||||
- Then run :
|
- Then run :
|
||||||
|
|
Загрузка…
Ссылка в новой задаче