diff --git a/.version b/.version index e4d8c4b..7a35dfa 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.25.28.49 \ No newline at end of file +0.25.29.50 \ No newline at end of file diff --git a/Netina.Api/Netina.Api.csproj b/Netina.Api/Netina.Api.csproj index d6c6d42..d475dca 100644 --- a/Netina.Api/Netina.Api.csproj +++ b/Netina.Api/Netina.Api.csproj @@ -6,8 +6,8 @@ enable true Linux - 0.25.28.49 - 0.25.28.49 + 0.25.29.50 + 0.25.29.50 diff --git a/Netina.Api/Program.cs b/Netina.Api/Program.cs index 8a368ff..6b80809 100644 --- a/Netina.Api/Program.cs +++ b/Netina.Api/Program.cs @@ -89,6 +89,8 @@ builder.Host.ConfigureContainer(builder => .WithCustomPipelineBehavior(typeof(ValidationBehavior<,>)) .WithAllOpenGenericHandlerTypesRegistered() .Build()); + + builder.AddSchedulerToAutoFac(); }); var app = builder.Build();