Skip to content

Commit

Permalink
Update MauiApp7.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Pushkinmazila authored Mar 31, 2024
1 parent 8e61473 commit db5621b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MauiApp7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<RunAOTCompilation>False</RunAOTCompilation>
<AndroidEnableProfiledAot>False</AndroidEnableProfiledAot>
<DebugSymbols>True</DebugSymbols>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'">
Expand All @@ -72,6 +73,7 @@
<ApplicationDisplayVersion>1</ApplicationDisplayVersion>
<DebugSymbols>True</DebugSymbols>
<PublishTrimmed>False</PublishTrimmed>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
Expand Down

0 comments on commit db5621b

Please sign in to comment.