Files
DiunaBI/DiunaBI.UI.Web/DiunaBI.UI.Web.csproj

19 lines
525 B
XML
Raw Normal View History

2025-11-18 20:38:35 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2025-11-19 12:33:37 +01:00
<TargetFramework>net10.0</TargetFramework>
2025-11-18 20:38:35 +01:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2025-11-19 13:49:26 +01:00
<RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
2025-11-18 20:38:35 +01:00
</PropertyGroup>
<ItemGroup>
2025-11-19 12:33:37 +01:00
<PackageReference Include="MudBlazor" Version="8.0.0"/>
2025-11-18 20:38:35 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiunaBI.UI.Shared\DiunaBI.UI.Shared.csproj"/>
</ItemGroup>
</Project>