Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

[C#][Bot-Solutions] Ignore NU5048 warning #3687

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/csharp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
Suppress a warning about upcoming deprecation of PackageLicenseUrl. When embedding licenses are supported,
replace PackageLicenseUrl with PackageLicenseExpression.
-->
<NoWarn>$(NoWarn);NU5125;NU1701;8002</NoWarn>
<NoWarn>$(NoWarn);NU5125;NU1701;8002;NU5048</NoWarn>
</PropertyGroup>
</Project>