Skip to content

Commit

Permalink
Ignore CS0619 warning.
Browse files Browse the repository at this point in the history
This gets rid of a large number of warnings in code that was generated and not worth fixing.
  • Loading branch information
jaredmoo committed Aug 23, 2018
1 parent 9e1e2ad commit 339f77f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net451;netcoreapp2.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<NoWarn>0649;$(NoWarn)</NoWarn>
</PropertyGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove('build.props'))" />
<ItemGroup>
Expand Down

0 comments on commit 339f77f

Please sign in to comment.