Skip to content

Commit

Permalink
Suppress the NETSDK1215 warning.
Browse files Browse the repository at this point in the history
We have no pressing need to upgrade to netstandard2.0.
  • Loading branch information
alexrp committed Nov 13, 2024
1 parent 919cc8b commit a07fc43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<DevelopmentDependency>true</DevelopmentDependency>
<IsPackable>true</IsPackable>
<NoDefaultExcludes>true</NoDefaultExcludes>
<NoWarn>
$(NoWarn);
NETSDK1215
</NoWarn>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<TargetFramework>netstandard1.0</TargetFramework>
</PropertyGroup>
Expand Down

0 comments on commit a07fc43

Please sign in to comment.