Skip to content

Commit a789816

Browse files
authored
Suppress NuGet known package vulnerability alert (#23767)
1 parent 7523322 commit a789816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Az.Shared.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
1717
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1818
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
19+
<!-- Suppress known NuGet package vulnerabilities to unblock build as we track this kind of security issues internally. -->
20+
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
1921
<WarningsAsErrors />
2022
</PropertyGroup>
2123

0 commit comments

Comments
 (0)