Files
2026-01-26 11:09:43 +01:00

20 lines
439 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="Egw.Window.Data" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
</ItemGroup>
</Project>