From 56e6bd164b1a9f7e9c6d59b2161a9d7216982ea4 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 26 Jun 2024 07:07:49 -0400 Subject: [PATCH] By user request, other Serilog.Sink packages are included for experimental use --- Source/AppScaffolding/AppScaffolding.csproj | 6 +++++- Source/AppScaffolding/LibationScaffolding.cs | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index f5b22b6a..1cf19bb0 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -2,10 +2,14 @@ net8.0 - 11.3.13.1 + 11.3.14.1 + + + + diff --git a/Source/AppScaffolding/LibationScaffolding.cs b/Source/AppScaffolding/LibationScaffolding.cs index 5f849940..0d9c35bc 100644 --- a/Source/AppScaffolding/LibationScaffolding.cs +++ b/Source/AppScaffolding/LibationScaffolding.cs @@ -124,6 +124,9 @@ namespace AppScaffolding { "MinimumLevel", "Information" }, { "WriteTo", new JArray { + // ABOUT SINKS + // Only ZipFile sink is currently used. By user request (June 2024) others packages are included for experimental use. + // new JObject { {"Name", "Console" } }, // this has caused more problems than it's solved new JObject {