From b952e33fb6fc6ae746ace855080251624a8227df Mon Sep 17 00:00:00 2001 From: Vadim Hatsura Date: Thu, 10 Jan 2019 15:48:27 +0300 Subject: [PATCH 1/3] Add target for .net standard 2.0 --- src/Serilog.Sinks.File/Serilog.Sinks.File.csproj | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj b/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj index 0594db1..1c2716b 100644 --- a/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj +++ b/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj @@ -4,7 +4,7 @@ Write Serilog events to text files in plain or JSON format. 4.0.1 Serilog Contributors - net45;netstandard1.3 + net45;netstandard1.3;netstandard2.0 true Serilog.Sinks.File ../../assets/Serilog.snk @@ -48,6 +48,10 @@ $(DefineConstants);OS_MUTEX + + $(DefineConstants);OS_MUTEX + + @@ -58,4 +62,11 @@ + + + + + + + From 195f95963e38d753b0fbd72e628bc659bff63d74 Mon Sep 17 00:00:00 2001 From: Vadim Hatsura Date: Mon, 14 Jan 2019 11:37:00 +0300 Subject: [PATCH 2/3] Remove System.IO and System.IO.FileSystem.Primitives from dependencies --- src/Serilog.Sinks.File/Serilog.Sinks.File.csproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj b/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj index 1c2716b..6d7babf 100644 --- a/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj +++ b/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj @@ -30,7 +30,7 @@ - + @@ -63,9 +63,7 @@ - - From b472fc867140adc09e3b262049eb375e89213e38 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Thu, 17 Jan 2019 10:45:22 +1000 Subject: [PATCH 3/3] Update minor version to reflect added capability --- src/Serilog.Sinks.File/Serilog.Sinks.File.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj b/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj index 6d7babf..f8640f6 100644 --- a/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj +++ b/src/Serilog.Sinks.File/Serilog.Sinks.File.csproj @@ -1,8 +1,8 @@ - + Write Serilog events to text files in plain or JSON format. - 4.0.1 + 4.1.0 Serilog Contributors net45;netstandard1.3;netstandard2.0 true