Aggiunto componente WebAedificaConfigurator

This commit is contained in:
Annamaria Sassi
2025-08-04 18:43:25 +02:00
parent 5f98697589
commit 49fdb90f16
14 changed files with 130 additions and 1 deletions
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.18" />
</ItemGroup>
</Project>