Files
webwindowconfigurator/WebWindowConfigurator/WebWindowConfigurator.csproj
T
Annamaria Sassi 62da66f446 - aggiunto newtonsoft json
- aggiunto interazione bottoni
- aggiunto esempio dati nella grafica
- aggiunte classi per serializzazione finestra
2025-07-11 19:04:16 +02:00

20 lines
473 B
XML

<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.17" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>