Files
DiunaBI/src/Backend/DiunaBI.UI.Web/DiunaBI.UI.Web.csproj

18 lines
459 B
XML
Raw Normal View History

2025-11-18 20:38:35 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MudBlazor" Version="7.0.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiunaBI.UI.Shared\DiunaBI.UI.Shared.csproj"/>
</ItemGroup>
</Project>