Blazor Hybrid / .NET MAUI support
This commit is contained in:
8
Oqtane.Maui/Platforms/Windows/App.xaml
Normal file
8
Oqtane.Maui/Platforms/Windows/App.xaml
Normal file
@ -0,0 +1,8 @@
|
||||
<maui:MauiWinUIApplication
|
||||
x:Class="Oqtane.Maui.WinUI.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:maui="using:Microsoft.Maui"
|
||||
xmlns:local="using:Oqtane.Maui.WinUI">
|
||||
|
||||
</maui:MauiWinUIApplication>
|
Reference in New Issue
Block a user