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 a601e23 commit ae568a1
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 @@ -28,6 +28,8 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

<MtouchLink>None</MtouchLink>
</PropertyGroup>

<ItemGroup>
Expand All @@ -50,8 +52,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)"/>
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)"/>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ae568a1

Please sign in to comment.