Skip to content

Commit acd0ea3

Browse files
committed
Suppress NU5128
1 parent bd69cfa commit acd0ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ExtensionsMetadataGenerator/src/ExtensionsMetadataGenerator/ExtensionsMetadataGenerator.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<RootNamespace>Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator</RootNamespace>
88
<IncludeBuildOutput>false</IncludeBuildOutput>
99
<IsPackable>true</IsPackable>
10+
<NoWarn>$(NoWarn);NU5128</NoWarn>
1011
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
1112
</PropertyGroup>
1213

0 commit comments

Comments
 (0)