Merge branch 'release/RefreshProj_01'

This commit is contained in:
Samuele Locatelli
2026-01-08 12:01:45 +01:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="NLog" Version="5.5.0" />
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="NLog" Version="6.0.7" />
<PackageReference Include="RestSharp" Version="113.0.0" />
<PackageReference Include="StackExchange.Redis" Version="2.10.1" />
</ItemGroup>
@@ -52,7 +52,7 @@ namespace IOB_MAN.Components.Compo
/// List of page sizes available for record pagination (e.g., 5, 10, 20 records per page).
/// Used in UI for user-controlled pagination.
/// </summary>
protected List<int> PageSizeDispl = new List<int>() { 5, 10, 15, 20, 25, 50 };
protected List<int> PageSizeDispl = new List<int>() { 5, 10, 15, 20, 25, 30, 40, 50 };
#endregion Protected Fields
+2 -2
View File
@@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>4.0.2601.0809</Version>
<Version>4.0.2601.0811</Version>
<Configurations>Debug;Release;Remote_DEBUG</Configurations>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
@@ -53,7 +53,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="8.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="8.0.100" />
<PackageReference Include="NLog" Version="5.5.0" />
<PackageReference Include="NLog" Version="6.0.7" />
</ItemGroup>
<ItemGroup>