File tree Expand file tree Collapse file tree
Stellar.MauiSample/UserInterface/Cells Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks >
3+ <TargetFrameworks >net9.0;net9.0 -android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks >
44 <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks >
55 <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
66 <!-- <TargetFrameworks>$(TargetFrameworks);net9.0-tizen</TargetFrameworks> -->
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks >
44 <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks >
1818 <Nullable >enable</Nullable >
1919
2020 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >15.0</SupportedOSPlatformVersion >
21- <!-- <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion> -- >
21+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >15.0</SupportedOSPlatformVersion >
2222 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
2323 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</SupportedOSPlatformVersion >
2424 <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public class SampleViewCell : ViewCellBase<ViewModels.TestItem>
66
77 public SampleViewCell ( )
88 {
9- this . InitializeStellarComponent ( default ) ;
9+ this . InitializeStellarComponent ( ) ;
1010 }
1111
1212 public override void SetupUserInterface ( )
You can’t perform that action at this time.
0 commit comments