Skip to content

Commit

Permalink
Disable AD0001
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding authored May 12, 2022
1 parent f7bf247 commit a4001b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Settings that append the existing setting value -->
<PropertyGroup>
<NoWarn>$(NoWarn);NU5105</NoWarn>
<NoWarn>$(NoWarn);AD0001;NU5105</NoWarn>
</PropertyGroup>

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

0 comments on commit a4001b0

Please sign in to comment.