Skip to content

Commit

Permalink
Disable outdated Target Framework warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Oct 3, 2024
1 parent 9730855 commit 27d2a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<NoWarn>$(NoWarn); NETSDK1138</NoWarn>
</PropertyGroup>
</Project>

0 comments on commit 27d2a85

Please sign in to comment.