File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
GettingStarted/GettingStarted Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0 -android;net8 .0-ios;net8 .0-maccatalyst</TargetFrameworks >
5- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8 .0-windows10.0.19041.0</TargetFrameworks >
4+ <TargetFrameworks >net9.0;net9.0 -android;net9 .0-ios;net9 .0-maccatalyst</TargetFrameworks >
5+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9 .0-windows10.0.19041.0</TargetFrameworks >
66 <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77 <!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
88
3030 <ApplicationDisplayVersion >1.0</ApplicationDisplayVersion >
3131 <ApplicationVersion >1</ApplicationVersion >
3232
33- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >11.0 </SupportedOSPlatformVersion >
34- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >13.1 </SupportedOSPlatformVersion >
33+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >12.2 </SupportedOSPlatformVersion >
34+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >15.0 </SupportedOSPlatformVersion >
3535 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
3636 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</SupportedOSPlatformVersion >
3737 <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
Original file line number Diff line number Diff line change 120120 FontFamily =" Roboto-Regular"
121121 HorizontalOptions =" Center" />
122122
123- <Image Source =" {Binding Data.WeatherImage}} "
123+ <Image Source =" {Binding Data.WeatherImage}"
124124 Grid.Row=" 7"
125125 x : Name =" weatherImage"
126126 Margin =" 0, 36, 0, 18"
You can’t perform that action at this time.
0 commit comments