Aggiornate librerie e migrazione a .net 10

This commit is contained in:
2026-02-18 17:08:56 +01:00
parent 1b36efb176
commit c6e6480cd2
15 changed files with 34 additions and 4357 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
@@ -11,15 +11,15 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IntegryApiClient.Core" Version="1.2.3"/>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.12"/>
<PackageReference Include="IntegryApiClient.Core" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0"/>
<PackageReference Include="MudBlazor" Version="8.13.0" />
<PackageReference Include="MudBlazor" Version="8.15.0" />
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.2.4" />
<PackageReference Include="Sentry" Version="5.16.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0"/>
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.13" />
<PackageReference Include="Microsoft.Maui.Essentials" Version="9.0.120"/>
<PackageReference Include="Sentry" Version="6.1.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.16.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="10.0.3" />
<PackageReference Include="Microsoft.Maui.Essentials" Version="10.0.40" />
</ItemGroup>
<ItemGroup>