diff --git a/GPW.CORE.Api/Program.cs b/GPW.CORE.Api/Program.cs index ca211ce..ca06653 100644 --- a/GPW.CORE.Api/Program.cs +++ b/GPW.CORE.Api/Program.cs @@ -28,10 +28,11 @@ builder.Services.Configure(options => options.Sender_Name = configuration["ExternalProviders:MailKit:SMTP:SenderName"]; }); -//services.AddStackExchangeRedisCache(options => -//{ -// options.Configuration = Configuration.GetConnectionString("Redis"); -//}); +builder.Services.AddStackExchangeRedisCache(options => +{ + configuration.GetSection("Redis").Get(); + //options.Configuration = configuration.GetSection("Redis").GetConnectionString("Redis"); +}); builder.Services.AddControllers() .AddJsonOptions(c => c.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.Preserve); diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj index f097edd..2a96ebd 100644 --- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj @@ -2,7 +2,7 @@ net6.0 - 3.0.2202.1511 + 3.0.2202.1516 enable enable diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index a47dc24..518fe71 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GPW - Gestione Presenze Web -

Versione: 3.0.2202.1511

+

Versione: 3.0.2202.1516


Note di rilascio: