Skip to content

Commit

Permalink
build without deprecation warnings (from other packages).
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Nov 26, 2024
1 parent 853e197 commit 00f7c59
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 @@ -17,7 +17,7 @@

<TreatWarningsAsErrors>True</TreatWarningsAsErrors>

<NoWarn>CS0618,NU1902</NoWarn>
<NoWarn>CS0618,NU1901,NU1902,NU1903</NoWarn>

<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

Expand Down

0 comments on commit 00f7c59

Please sign in to comment.