Skip to content

Commit

Permalink
🙈 silence warning re #36
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 14, 2018
1 parent 895d4e8 commit 86bdb41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<EnableSourceLink Condition=" '$(OS)' != 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' ">false</EnableSourceLink>

<!-- suppress false positive warning FS2003 about invalid version of AssemblyInformationalVersionAttribute -->
<NoWarn>FS2003</NoWarn>
<!-- supress warning FS0988: Main module of program is empty: nothing will happen when it is run
arising in test assemblies (yes, could hide a problem in an actual EXE, but we'll survive that ;)) -->
<NoWarn>FS2003;FS0988</NoWarn>
</PropertyGroup>

<!-- Workaround for https://github.com/xunit/xunit/issues/1357 -->
Expand Down

0 comments on commit 86bdb41

Please sign in to comment.