We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fd5cf commit ecf5fccCopy full SHA for ecf5fcc
src/SourceBuild/content/repo-projects/Directory.Build.targets
@@ -67,7 +67,7 @@
67
<OldText><![CDATA[</Project>]]></OldText>
68
<NewText>
69
<![CDATA[ <PropertyGroup>
70
- <NoWarn>%24(NoWarn);NU1903;NU1510;$(RepoNoWarns)</NoWarn>
+ <NoWarn>%24(NoWarn);NU1903;NU1510;NU1511;$(RepoNoWarns)</NoWarn>
71
</PropertyGroup>
72
</Project>]]>
73
</NewText>
0 commit comments