Skip to content

Commit 373a864

Browse files
authored
Only use semi-colons for NoWarn (#6935)
1 parent f625080 commit 373a864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member'
1919
CS1712: Type parameter 'parameter' has no matching typeparam tag in the XML comment on 'Type_or_Member' (but other type parameters do)
2020
-->
21-
<NoWarn>$(NoWarn),1573,1591,1712</NoWarn>
21+
<NoWarn>$(NoWarn);1573;1591;1712</NoWarn>
2222
</PropertyGroup>
2323

2424
<PropertyGroup>

0 commit comments

Comments
 (0)