Skip to content

Commit ee52c90

Browse files
ViktorHoferakoeplinger
authored andcommitted
Add NU1511 to NoWarn property
(cherry picked from commit ecf5fcc)
1 parent 23657f7 commit ee52c90

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;NU1510;$(RepoNoWarns)</NoWarn>
70+
<NoWarn>%24(NoWarn);NU1903;NU1510;NU1511;$(RepoNoWarns)</NoWarn>
7171
</PropertyGroup>
7272
</Project>]]>
7373
</NewText>

0 commit comments

Comments
 (0)