Skip to content

Commit

Permalink
Merge pull request #210 from slang25/patch-1
Browse files Browse the repository at this point in the history
Suppress NU5105
  • Loading branch information
adamralph authored Feb 27, 2019
2 parents dc51d7c + fc9ce03 commit 9e009c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MinVer/build/MinVer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PropertyGroup>
<MinVerDetailed>low</MinVerDetailed>
<MinVerDetailed Condition="'$(MinVerVerbosity)' == 'detailed' Or '$(MinVerVerbosity)' == 'd' Or '$(MinVerVerbosity)' == 'diagnostic' Or '$(MinVerVerbosity)' == 'diag'">high</MinVerDetailed>
<NoWarn>$(NoWarn);NU5015</NoWarn>
</PropertyGroup>

<Target Name="MinVer" BeforeTargets="CoreCompile;GenerateNuspec" Condition="'$(DesignTimeBuild)' != 'true'">
Expand Down

0 comments on commit 9e009c8

Please sign in to comment.