Skip to content

Commit 6ad94a6

Browse files
committed
Fix more warnings
1 parent f8b50be commit 6ad94a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageId>Amazon.Lambda.TestTool</PackageId>
1717
<ToolCommandName>dotnet-lambda-test-tool</ToolCommandName>
1818
<Version>0.13.0</Version>
19-
<NoWarn>NU5100;CS1591</NoWarn>
19+
<NoWarn>NU5100;NU5048;CS1591</NoWarn>
2020
<RollForward>Major</RollForward>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
</PropertyGroup>

0 commit comments

Comments
 (0)