Skip to content

Commit

Permalink
NoWarn NU5104
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca committed Jan 5, 2025
1 parent 24fbdca commit 4662130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<DebugType>embedded</DebugType>
<LangVersion>12.0</LangVersion>
<NoWarn>$(NoWarn);1591;NU1903</NoWarn>
<NoWarn>$(NoWarn);1591;NU1903;NU5104</NoWarn>
<NeutralLanguage>en-us</NeutralLanguage>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
Expand Down

0 comments on commit 4662130

Please sign in to comment.