From a7f0f861695754150d3e81fc2572679ff1e1132c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lengyel=20J=C3=A1nos=20Zolt=C3=A1n?= Date: Thu, 18 Jan 2024 18:38:00 +0100 Subject: [PATCH] fix defaults --- Samples/Sample.Etl.Host/Program.cs | 2 +- Samples/Sample.Etl.Host/Sample.Etl.Host.csproj | 8 ++++---- Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Samples/Sample.Etl.Host/Program.cs b/Samples/Sample.Etl.Host/Program.cs index 0637f572..0f78bbf6 100644 --- a/Samples/Sample.Etl.Host/Program.cs +++ b/Samples/Sample.Etl.Host/Program.cs @@ -4,5 +4,5 @@ .UseCommandListener(hostArguments => new ConsoleCommandListener()) .SetAlias("test", "test-modules -a") .SetAlias("load", "run SampleModule Load") - .ConfigureSession((builder, sessionArguments) => builder.UseRollingDevLogManifestFiles()) + .ConfigureSession((builder, sessionArguments) => builder.UseRollingDevLogManifestFiles(1024)) .Run(); diff --git a/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj b/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj index 095e4e02..71457126 100644 --- a/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj +++ b/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj @@ -10,10 +10,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj b/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj index d01ce0aa..53461c87 100644 --- a/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj +++ b/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj @@ -12,12 +12,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive