Skip to content

Commit

Permalink
chore(builds): suppress NETSDK1188 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 21, 2023
1 parent d6c32ea commit bfa19df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisCatSharp.Targets/Package.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NoWarn>1591;NU5128;DV2001</NoWarn>
<NoWarn>1591;NU5128;DV2001;NETSDK1188</NoWarn>
<LangVersion>latest</LangVersion>
<Optimize>True</Optimize>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down

0 comments on commit bfa19df

Please sign in to comment.