Skip to content

Commit

Permalink
chore: disable NuGet warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 24, 2024
1 parent 1eac4ca commit 300d5c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NoWarn>$(NoWarn);NU1507</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -30,4 +31,4 @@
<!-- Splash Screen -->
<MauiSplashScreen Include="$(MSBuildThisFileDirectory)\resources\splash.svg" Color="#FFFFFF" BaseSize="128,128" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 300d5c8

Please sign in to comment.