Skip to content

Commit

Permalink
Suppress warning about MAUI not being strong named
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Johnson committed Feb 16, 2024
1 parent 894c514 commit 5061125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MauiAspire.App/MauiAspire.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<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>

<!-- MAUI isn't strong named, so suppress warnings around it -->
<NoWarn>$(NoWarn);CS8002</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5061125

Please sign in to comment.