Skip to content

Commit 0f00f37

Browse files
committed
chore: disable warning about package release
1 parent 22c6c45 commit 0f00f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COTL_API.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</PropertyGroup>
1616

1717
<PropertyGroup>
18-
<!-- First one is "Forced Access" warning, second one is "Missing XML" comment -->
19-
<NoWarn>$(NoWarn);Publicizer001;CS1591</NoWarn>
18+
<!-- First one is "Forced Access" warning, second one is "Missing XML" comment, third one is "Stable release of a package..." -->
19+
<NoWarn>$(NoWarn);Publicizer001;CS1591;NU5104</NoWarn>
2020
</PropertyGroup>
2121

2222
<PropertyGroup>

0 commit comments

Comments
 (0)