Files
FACULTATE-HEALTHCARE_MANAGER/frontend/HealthcareManagerUiWebAssem.csproj
T
ElenitaMLG 7e38d60802 Dashboard Page - Appointments:
- create separate dashboard components for doctor and patient
- add appointments to dashboard components
- add code to backend for appointments retrieval
2024-04-30 12:48:19 +03:00

27 lines
987 B
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" PrivateAssets="all"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0-preview.2.24128.5" />
</ItemGroup>
<ItemGroup>
<Folder Include="Components\" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Layout\AuthLayout.razor" />
<_ContentIncludedByDefault Remove="Layout\MainLayout.razor" />
<_ContentIncludedByDefault Remove="Layout\NavMenu.razor" />
</ItemGroup>
</Project>