From e67472698d97ac703739b1780070cf08e66ef5cf Mon Sep 17 00:00:00 2001 From: Adam Chester Date: Wed, 8 Mar 2017 11:35:30 +1000 Subject: [PATCH] DisableImplicitFrameworkReferences --- src/Serilog/Serilog.csproj | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/Serilog/Serilog.csproj b/src/Serilog/Serilog.csproj index 8315519dc..772e0ecef 100644 --- a/src/Serilog/Serilog.csproj +++ b/src/Serilog/Serilog.csproj @@ -16,8 +16,10 @@ http://serilog.net http://www.apache.org/licenses/LICENSE-2.0 false + + true - + @@ -29,6 +31,17 @@ + + + + + + + + + + + @@ -40,11 +53,22 @@ - $(DefineConstants);ASYNCLOCAL;HASHTABLE + $(DefineConstants);ASYNCLOCAL;HASHTABLE + + + + + + + + + + +