Skip to content

Commit 8dba8b4

Browse files
authored
Add NU1510 to NoWarn property
1 parent 97d5df5 commit 8dba8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/repo-projects/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<OldText><![CDATA[</Project>]]></OldText>
6868
<NewText>
6969
<![CDATA[ <PropertyGroup>
70-
<NoWarn>%24(NoWarn);NU1903;$(RepoNoWarns)</NoWarn>
70+
<NoWarn>%24(NoWarn);NU1903;NU1510;$(RepoNoWarns)</NoWarn>
7171
</PropertyGroup>
7272
</Project>]]>
7373
</NewText>

0 commit comments

Comments
 (0)