File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public static MauiApp CreateMauiApp()
15
15
{
16
16
fonts . AddFont ( "OpenSans-Regular.ttf" , "OpenSansRegular" ) ;
17
17
fonts . AddFont ( "OpenSans-Semibold.ttf" , "OpenSansSemibold" ) ;
18
+ fonts . AddFont ( "MauiMaterialAssets.ttf" , "Maui Material Assets" ) ;
18
19
} ) ;
19
20
20
21
#if DEBUG
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<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-android;net9 .0-ios;net9 .0-maccatalyst</TargetFrameworks >
5
+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9 .0-windows10.0.19041.0</TargetFrameworks >
6
6
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
7
7
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
8
8
60
60
<PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
61
61
<PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
62
62
<PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
63
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8 .0.0" />
63
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9 .0.0" />
64
64
<PackageReference Include =" Syncfusion.Maui.Core" Version =" *" />
65
65
<PackageReference Include =" Syncfusion.Maui.RadialMenu" Version =" *" />
66
66
</ItemGroup >
You can’t perform that action at this time.
0 commit comments