From d7239dbf858d5ce7ff7bcccc606c1ada034bc876 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 8 Jun 2023 19:02:42 +0200 Subject: [PATCH] fix compressione response --- GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj | 2 +- GPW.CORE.WRKLOG/Program.cs | 1 - Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj index 7ad100d..0f5282d 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.2306.0818 + 3.0.2306.0819 enable enable diff --git a/GPW.CORE.WRKLOG/Program.cs b/GPW.CORE.WRKLOG/Program.cs index cce7936..aa545ed 100644 --- a/GPW.CORE.WRKLOG/Program.cs +++ b/GPW.CORE.WRKLOG/Program.cs @@ -60,7 +60,6 @@ var app = builder.Build(); // Configure the HTTP request pipeline. if (!app.Environment.IsDevelopment()) { - app.UseResponseCompression(); app.UseExceptionHandler("/Error"); // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. app.UseHsts(); diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 90003d1..81aa6d1 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GPW - Gestione Presenze Web -

Versione: 3.0.2306.0818

+

Versione: 3.0.2306.0819


Note di rilascio: