From 28fd8ed6d4ca57459752f4c74bb521633783d298 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 16 Sep 2025 15:38:51 +0200 Subject: [PATCH] Test fix dipendenze --- Lux.API/Lux.API.csproj | 4 ++-- Lux.UI.Client/Lux.UI.Client.csproj | 2 +- Lux.UI/Lux.UI.csproj | 7 +++---- Lux.UI/appsettings.Development.json | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 16e81fd0..25ef60f4 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -65,8 +65,8 @@ - - + + diff --git a/Lux.UI.Client/Lux.UI.Client.csproj b/Lux.UI.Client/Lux.UI.Client.csproj index 1670c088..23bd6929 100644 --- a/Lux.UI.Client/Lux.UI.Client.csproj +++ b/Lux.UI.Client/Lux.UI.Client.csproj @@ -9,7 +9,7 @@ - + diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index e2a81f0b..92173f60 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 0.9.2509.1312 + 0.9.2509.1615 @@ -17,12 +17,11 @@ - - + - + diff --git a/Lux.UI/appsettings.Development.json b/Lux.UI/appsettings.Development.json index 100e3648..da8e814f 100644 --- a/Lux.UI/appsettings.Development.json +++ b/Lux.UI/appsettings.Development.json @@ -6,7 +6,7 @@ } }, "ServerConf": { - //"Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api" - "Prog.ApiUrl": "https://office.egalware.com/lux/srv/api" + "Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api" + //"Prog.ApiUrl": "https://office.egalware.com/lux/srv/api" } }