Skip to content

Commit

Permalink
Update MauiCSharpInteropWebView.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Feb 9, 2024
1 parent 04cfac5 commit 035b3af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MauiCSharpInteropWebView/MauiCSharpInteropWebView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

<MtouchLink>None</MtouchLink>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
<MtouchLink>None</MtouchLink>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 035b3af

Please sign in to comment.