From 62f26ffcd2200297df64e8715b9492317f87a778 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Thu, 15 Jun 2017 08:47:27 +0200 Subject: [PATCH] Fix defined constants for net46 target --- src/Serilog/Serilog.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Serilog/Serilog.csproj b/src/Serilog/Serilog.csproj index 0e6af3504..8643248d6 100644 --- a/src/Serilog/Serilog.csproj +++ b/src/Serilog/Serilog.csproj @@ -66,7 +66,7 @@ - $(DefineConstants);ASYNCLOCAL + $(DefineConstants);ASYNCLOCAL;HASHTABLE