Skip to content

Commit

Permalink
Fix defined constants for net46 target
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Jun 15, 2017
1 parent e42245c commit 62f26ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog/Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net46' ">
<DefineConstants>$(DefineConstants);ASYNCLOCAL</DefineConstants>
<DefineConstants>$(DefineConstants);ASYNCLOCAL;HASHTABLE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
Expand Down

0 comments on commit 62f26ff

Please sign in to comment.