Skip to content

Commit d0edefe

Browse files
committed
Disable AD0001
1 parent 70e5935 commit d0edefe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Settings that append the existing setting value -->
1414
<PropertyGroup>
15-
<NoWarn>$(NoWarn)</NoWarn>
15+
<NoWarn>$(NoWarn);AD0001</NoWarn>
1616
</PropertyGroup>
1717

1818
<!-- Settings that are only set for CI builds -->

0 commit comments

Comments
 (0)