Aggiornamento librerie e setup iniziale app

This commit is contained in:
2026-06-04 15:17:33 +02:00
parent a1ac8010fb
commit dd779e58f4
108 changed files with 286 additions and 291 deletions
+22
View File
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IntegryApiClient.Core" Version="2.2.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.8" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\js\bootstrap\" />
</ItemGroup>
</Project>