Skip to content

Commit d574f15

Browse files
committed
Fix syntax
1 parent 0601d30 commit d574f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.Test.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<IsTestProject>true</IsTestProject>
44
<Nullable>disable</Nullable>
55
<IsPackable>false</IsPackable>
6-
<NoWarn>$(NoWarn),S6562</NoWarn>
6+
<NoWarn>$(NoWarn);S6562</NoWarn>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)