|
13 | 13 | <!-- Required for C# Hot Reload --> |
14 | 14 | <UseInterpreter Condition="'$(Configuration)' == 'Debug'">True</UseInterpreter> |
15 | 15 | <IsUnoHead>true</IsUnoHead> |
16 | | - <Platforms>ARM32;x64;ARM64</Platforms> |
| 16 | + <!--<Platforms>ARM32;x64;ARM64</Platforms>--> |
17 | 17 | </PropertyGroup> |
18 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-android|ARM64'"> |
| 18 | + <!--<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-android|ARM64'"> |
19 | 19 | <RunAOTCompilation>False</RunAOTCompilation> |
20 | 20 | <EnableLLVM>False</EnableLLVM> |
21 | 21 | <AndroidEnableProfiledAot>False</AndroidEnableProfiledAot> |
|
145 | 145 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-macos|x64'"> |
146 | 146 | <EnableLLVM>True</EnableLLVM> |
147 | 147 | <AndroidEnableProfiledAot>True</AndroidEnableProfiledAot> |
148 | | - </PropertyGroup> |
| 148 | + </PropertyGroup>--> |
149 | 149 | <ItemGroup> |
150 | | - <PackageReference Include="Prism.DryIoc.Uno" Version="8.1.97" /> |
151 | | - <PackageReference Include="Uno.UI" Version="4.1.8" /> |
152 | | - <PackageReference Include="Uno.UI.RemoteControl" Version="4.1.8" Condition="'$(Configuration)'=='Debug'" /> |
153 | | - <PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.1.8" /> |
| 150 | + <PackageReference Include="Uno.WinUI" Version="4.1.9" /> |
| 151 | + <PackageReference Include="Uno.WinUI.RemoteControl" Version="4.1.9" Condition="'$(Configuration)'=='Debug'" /> |
| 152 | + <PackageReference Include="Uno.WinUI.Adapter.Microsoft.Extensions.Logging" Version="4.1.9" /> |
154 | 153 | <PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> |
155 | 154 | <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> |
156 | 155 | <PackageReference Include="ZXing.Net" Version="0.16.8" /> |
| 156 | + <PackageReference Include="Prism.DryIoc.Uno.WinUI" Version="8.1.97" /> |
157 | 157 | </ItemGroup> |
158 | 158 | <ItemGroup Condition="'$(TargetFramework)'=='net6.0-android'"> |
159 | 159 | <PackageReference Include="Xamarin.Google.Android.Material" Version="1.5.0.1" /> |
|
0 commit comments