Skip to content

Commit 157e066

Browse files
committed
rename extension from xaml to mxaml for maui xaml files, to workaroud the ava source gen issue
AvaloniaUI#7 (comment)
1 parent 38d921d commit 157e066

14 files changed

+150
-115
lines changed

Avalonia.Maui/Avalonia.Maui.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
<PackageReference Include="Avalonia.iOS" Version="$(AvaloniaVersion)" />
2424
</ItemGroup>
2525
<ItemGroup Condition="$(TargetFramework.StartsWith('net7.0-windows'))">
26-
<PackageReference Include="Avalonia.Desktop" Version="$(AvaloniaVersion)" />
27-
<PackageReference Include="Avalonia.Win32" Version="$(AvaloniaVersion)" />
26+
<PackageReference Include="Avalonia.Win32" Version="$(AvaloniaVersion)" />
2827
</ItemGroup>
2928
<ItemGroup>
3029
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
File renamed without changes.
File renamed without changes.

MauiSampleApp/AvaloniaApp.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns:local="using:MauiSample"
44
x:Class="MauiSample.AvaloniaApp">
55
<Application.Styles>
6-
<FluentTheme Mode="Light"/>
6+
<!--<FluentTheme Mode="Light"/>-->
77
</Application.Styles>
88
</Application>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)