Updated nuget packages
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
using LiteCharms.Extensions;
|
||||
using Microsoft.AspNetCore.DataProtection;
|
||||
using Shop.Components;
|
||||
using static LiteCharms.Abstractions.Constants;
|
||||
|
||||
@@ -18,7 +17,7 @@ builder.Services.AddMediator();
|
||||
builder.Services.AddSalesServiceBus();
|
||||
builder.Services.AddGeneralServiceBus();
|
||||
builder.Services.AddShopDatabase(builder.Configuration);
|
||||
builder.Services.AddQuartzSchedulerClient(ShopSchedulerName, ShopSchedulerInstanceId, builder.Configuration);
|
||||
builder.Services.AddQuartzSchedulerClient(ShopSchedulerName, builder.Configuration);
|
||||
|
||||
builder.Services.AddPostgresHealtchCheck();
|
||||
builder.Services.AddQuartzHealtchCheck();
|
||||
|
||||
Reference in New Issue
Block a user