Skip to content

Commit 300d5c8

Browse files
committed
chore: disable NuGet warning
1 parent 1eac4ca commit 300d5c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
55
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
6+
<NoWarn>$(NoWarn);NU1507</NoWarn>
67
</PropertyGroup>
78

89
<PropertyGroup>
@@ -30,4 +31,4 @@
3031
<!-- Splash Screen -->
3132
<MauiSplashScreen Include="$(MSBuildThisFileDirectory)\resources\splash.svg" Color="#FFFFFF" BaseSize="128,128" />
3233
</ItemGroup>
33-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)