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

18 lines
460 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>
</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>