Skip to content

Commit

Permalink
chore: Enabling xml docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Jul 25, 2023
1 parent 48137a9 commit 6efa82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.0-windows10.0.19041</TargetFrameworks>
<UseMaui>true</UseMaui>
<RootNamespace>Uno.Extensions.Maui</RootNamespace>
<NoWarn>$(NoWarn);CS1591;NU5104;NU5048;NU1009</NoWarn>
<NoWarn>$(NoWarn);NU5104;NU5048;NU1009</NoWarn>
<Description>Extensions to embed .NET MAUI controls within your Uno app.</Description>
<DefineConstants Condition="$(TargetFramework) == 'net6.0'">$(DefineConstants);NO_PLATFORM</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit 6efa82c

Please sign in to comment.