Skip to content

Commit acd40c5

Browse files
webwarrior-wsknocte
authored andcommitted
build: change NoWarn to WarningsNotAsErrors
Use WarningsNotAsErrors rather than NoWarn for NU1605 error as suggested by smoothdeveloper in [1]. [1] #680 (comment)
1 parent 0ae7c7b commit acd40c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PublishRepositoryUrl>true</PublishRepositoryUrl>
77
<EmbedUntrackedSources>true</EmbedUntrackedSources>
88
<DebugType>embedded</DebugType>
9-
<NoWarn>$(NoWarn);NU1605</NoWarn>
9+
<WarningsNotAsErrors>$(WarningsNotAsErrors);NU1605</WarningsNotAsErrors>
1010
</PropertyGroup>
1111
</Project>

0 commit comments

Comments
 (0)