File tree Expand file tree Collapse file tree
CodeBreaker.Avalonia.Android
CodeBreaker.Avalonia.Browser
CodeBreaker.Avalonia.Desktop Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Avalonia.Android" Version =" 11.0.9 " />
21+ <PackageReference Include =" Avalonia.Android" Version =" $(AvaloniaVersion) " />
2222 <PackageReference Include =" Xamarin.AndroidX.Core.SplashScreen" Version =" 1.0.1.5" />
2323 </ItemGroup >
2424
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Avalonia.Browser" Version =" 11.0.9 " />
15+ <PackageReference Include =" Avalonia.Browser" Version =" $(AvaloniaVersion) " />
1616 </ItemGroup >
1717
1818 <ItemGroup >
Original file line number Diff line number Diff line change 66 <TargetFramework >net8.0</TargetFramework >
77 <Nullable >enable</Nullable >
88 <BuiltInComInteropSupport >true</BuiltInComInteropSupport >
9- </PropertyGroup >
10-
11- <PropertyGroup >
129 <ApplicationManifest >app.manifest</ApplicationManifest >
1310 </PropertyGroup >
1411
1512 <ItemGroup >
16- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.10" />
17- <!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
18- <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.0.9" />
13+ <PackageReference Include =" Avalonia.Desktop" Version =" $(AvaloniaVersion)" />
1914 </ItemGroup >
2015
2116 <ItemGroup >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
44 <TargetFramework >net8.0-ios</TargetFramework >
5- <SupportedOSPlatformVersion >13.0</SupportedOSPlatformVersion >
5+ <SupportedOSPlatformVersion >10.0</SupportedOSPlatformVersion >
6+ <ProvisioningType >manual</ProvisioningType >
67 <Nullable >enable</Nullable >
8+ <RuntimeIdentifier >iossimulator-x64</RuntimeIdentifier >
9+
10+ <!-- These properties need to be set in order to run on a real iDevice -->
11+ <!-- <RuntimeIdentifier>ios-arm64</RuntimeIdentifier>-->
12+ <!-- <CodesignKey></CodesignKey>-->
713 </PropertyGroup >
814
915 <ItemGroup >
10- <PackageReference Include =" Avalonia.iOS" Version =" 11.0.9 " />
16+ <PackageReference Include =" Avalonia.iOS" Version =" $(AvaloniaVersion) " />
1117 </ItemGroup >
1218
1319 <ItemGroup >
You can’t perform that action at this time.
0 commit comments