Skip to content

Commit 4faede8

Browse files
Suppress NU5110 and NU5111
1 parent 87aabf2 commit 4faede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Microsoft.Azure.Functions.PowerShellWorker.Package.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
99
<NoBuild>true</NoBuild>
1010
<IncludeBuildOutput>false</IncludeBuildOutput>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
12-
<NoWarn>NU5100;NU5123</NoWarn>
12+
<NoWarn>NU5100;NU5110;NU5111;NU5123</NoWarn>
1313

1414
<NuspecFile>Microsoft.Azure.Functions.PowerShellWorker.nuspec</NuspecFile>
1515
<NuspecProperties>configuration=$(Configuration);targetFramework=$(TargetFramework);version=$(Version)</NuspecProperties>

0 commit comments

Comments
 (0)