Formatting

This commit is contained in:
Thorsten Sommer 2022-08-14 20:07:02 +02:00
parent fd4a1e1d87
commit 0580bf0785
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ public partial class MainPage : ContentPage
public MainPage() public MainPage()
{ {
this.InitializeComponent(); this.InitializeComponent();
} }
} }

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks> <TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.0-windows10.0.19041.0</TargetFrameworks> <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.0-windows10.0.19041.0</TargetFrameworks>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<AssemblyName>I18N Commander</AssemblyName> <AssemblyName>I18N Commander</AssemblyName>
<RootNamespace>UI_MAUI</RootNamespace> <RootNamespace>UI_MAUI</RootNamespace>
<UseMaui>true</UseMaui> <UseMaui>true</UseMaui>