diff --git a/samples/NLog/ConfigExample/ConfigExample.csproj b/samples/NLog/ConfigExample/ConfigExample.csproj index 03bc225..14ebc83 100644 --- a/samples/NLog/ConfigExample/ConfigExample.csproj +++ b/samples/NLog/ConfigExample/ConfigExample.csproj @@ -7,10 +7,6 @@ Exe - - - - diff --git a/src/AWS.Logger.Core/AWS.Logger.Core.csproj b/src/AWS.Logger.Core/AWS.Logger.Core.csproj index fd2905d..a47e627 100644 --- a/src/AWS.Logger.Core/AWS.Logger.Core.csproj +++ b/src/AWS.Logger.Core/AWS.Logger.Core.csproj @@ -26,6 +26,8 @@ true true snupkg + true + true 4.0.0 diff --git a/src/NLog.AWS.Logger/AWSTarget.cs b/src/NLog.AWS.Logger/AWSTarget.cs index aea632f..2eaf877 100644 --- a/src/NLog.AWS.Logger/AWSTarget.cs +++ b/src/NLog.AWS.Logger/AWSTarget.cs @@ -29,7 +29,6 @@ public class AWSTarget : TargetWithLayout, IAWSLoggerConfig /// public AWSTarget() { - this.OptimizeBufferReuse = true; } /// diff --git a/src/NLog.AWS.Logger/NLog.AWS.Logger.csproj b/src/NLog.AWS.Logger/NLog.AWS.Logger.csproj index 9464930..1a86b79 100644 --- a/src/NLog.AWS.Logger/NLog.AWS.Logger.csproj +++ b/src/NLog.AWS.Logger/NLog.AWS.Logger.csproj @@ -1,4 +1,4 @@ - + net472;netstandard2.0;net8.0 @@ -26,6 +26,9 @@ true true snupkg + + true + true 4.0.0 @@ -45,7 +48,7 @@ - +